Home
last modified time | relevance | path

Searched refs:WPACKET_init_null (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dasn1_dsa.c116 if (!WPACKET_init_null(&tmppkt, 0)) in ossl_encode_der_dsa_sig()
H A Dpacket.c178 int WPACKET_init_null(WPACKET *pkt, size_t lenbytes) in WPACKET_init_null() function
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_sign.c86 if (!WPACKET_init_null(&pkt, 0)) in i2d_DSA_SIG()
/freebsd/crypto/openssl/include/internal/
H A Dpacket.h714 int WPACKET_init_null(WPACKET *pkt, size_t lenbytes);
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dhkdf.c259 if (!WPACKET_init_null(&pkt, 0)) in setinfo_fromparams()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_asn1.c1254 if (!WPACKET_init_null(&pkt, 0)) in i2d_ECDSA_SIG()