Home
last modified time | relevance | path

Searched defs:ctx_init (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/kdfs/
H A Dkbkdf.c60 EVP_MAC_CTX *ctx_init; member
151 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive()
H A Dsskdf.c105 EVP_MD_CTX *ctx = NULL, *ctx_init = NULL; in SSKDF_hash_kdm() local
212 static int SSKDF_mac_kdm(EVP_MAC_CTX *ctx_init, in SSKDF_mac_kdm()
H A Dtls1_prf.c287 static int tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, in tls1_prf_P_hash()
H A Dx942kdf.c274 EVP_MD_CTX *ctx = NULL, *ctx_init = NULL; in x942kdf_hash_kdm() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/kdf/
H A Dtls1_prf.c181 EVP_MD_CTX *ctx = NULL, *ctx_tmp = NULL, *ctx_init = NULL; in tls1_prf_P_hash() local
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c1258 static SSL_CTX *ctx_init(const char *CAfile) in ctx_init() function