Searched defs:ctx_init (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
D | kbkdf.c | 60 EVP_MAC_CTX *ctx_init; member 151 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive()
|
D | sskdf.c | 105 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()
|
D | tls1_prf.c | 287 static int tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, in tls1_prf_P_hash()
|
D | x942kdf.c | 274 EVP_MD_CTX *ctx = NULL, *ctx_init = NULL; in x942kdf_hash_kdm() local
|
/third_party/openssl/providers/implementations/kdfs/ |
D | kbkdf.c | 60 EVP_MAC_CTX *ctx_init; member 151 static int derive(EVP_MAC_CTX *ctx_init, kbkdf_mode mode, unsigned char *iv, in derive()
|
D | sskdf.c | 105 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()
|
D | tls1_prf.c | 287 static int tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, in tls1_prf_P_hash()
|
D | x942kdf.c | 274 EVP_MD_CTX *ctx = NULL, *ctx_init = NULL; in x942kdf_hash_kdm() local
|