Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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