Home
last modified time | relevance | path

Searched refs:ossl_DER_w_boolean (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_DER_w_bn.pod5 ossl_DER_w_boolean, ossl_DER_w_uint32, ossl_DER_w_bn, ossl_DER_w_null,
13 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
28 ossl_DER_w_boolean() writes the primitive BOOLEAN using the value I<b>.
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dder.h76 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dder_writer.c60 int ossl_DER_w_boolean(WPACKET *pkt, int tag, int b) in ossl_DER_w_boolean() function