Searched refs:kdf_derive (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
D | kdf_exch.c | 27 static OSSL_FUNC_keyexch_derive_fn kdf_derive; variable 94 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, in kdf_derive() function 204 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))kdf_derive }, \
|
/third_party/openssl/providers/implementations/exchange/ |
D | kdf_exch.c | 27 static OSSL_FUNC_keyexch_derive_fn kdf_derive; variable 94 static int kdf_derive(void *vpkdfctx, unsigned char *secret, size_t *secretlen, in kdf_derive() function 204 { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))kdf_derive }, \
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | core_dispatch.h | 422 OSSL_CORE_MAKE_FUNC(int, kdf_derive, (void *kctx, unsigned char *key,
|
/third_party/openssl/include/openssl/ |
D | core_dispatch.h | 422 OSSL_CORE_MAKE_FUNC(int, kdf_derive, (void *kctx, unsigned char *key,
|