Home
last modified time | relevance | path

Searched refs:KMFBER_OPT_USE_DER (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c500 if (ber->ber_options & KMFBER_OPT_USE_DER) { in ber_put_seqorset()
511 if (ber->ber_options & KMFBER_OPT_USE_DER) { in ber_put_seqorset()
550 if (ber->ber_options & KMFBER_OPT_USE_DER) { in ber_put_seqorset()
558 if (ber->ber_options & KMFBER_OPT_USE_DER) { in ber_put_seqorset()
H A Dio.c201 return (kmfber_alloc_t(KMFBER_OPT_USE_DER)); in kmfder_alloc()
347 if ((ber = kmfber_alloc_t(KMFBER_OPT_USE_DER)) != NULL) { in kmfder_init()
H A Ddecode.c349 if (ber->ber_options & KMFBER_OPT_USE_DER) { in ber_get_bigint()
/illumos-gate/usr/src/lib/libkmf/ber_der/inc/
H A Dber_der.h71 #define KMFBER_OPT_USE_DER 0x04 macro