Home
last modified time | relevance | path

Searched refs:ossl_DER_w_null (Results 1 – 4 of 4) 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,
16 int ossl_DER_w_null(WPACKET *pkt, int tag);
38 ossl_DER_w_null() writes the primitive NULL.
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dder.h79 int ossl_DER_w_null(WPACKET *pkt, int tag);
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/der/
H A Dder_rsa_sig.c69 && ossl_DER_w_null(pkt, -1) in ossl_DER_w_algorithmIdentifier_MDWithRSAEncryption()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dder_writer.c161 int ossl_DER_w_null(WPACKET *pkt, int tag) in ossl_DER_w_null() function