Searched refs:supp_priv (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | x942kdf.c | 119 const unsigned char *supp_priv, size_t supp_privlen, in der_encode_sharedinfo() argument 125 && (supp_priv == NULL in der_encode_sharedinfo() 126 || ossl_DER_w_octet_string(pkt, 3, supp_priv, supp_privlen)) in der_encode_sharedinfo() 203 const unsigned char *supp_priv, size_t supp_priv_len, in x942_encode_otherinfo() argument 222 supp_pub, supp_pub_len, supp_priv, supp_priv_len, in x942_encode_otherinfo() 235 supp_pub, supp_pub_len, supp_priv, supp_priv_len, in x942_encode_otherinfo()
|