Searched refs:derive_secret (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/implementations/kem/ |
H A D | ecx_kem.c | 471 static int derive_secret(PROV_ECX_CTX *ctx, unsigned char *secret, in derive_secret() function 581 if (!derive_secret(ctx, secret, in dhkem_encap() 645 if (!derive_secret(ctx, secret, in dhkem_decap()
|
H A D | ec_kem.c | 560 static int derive_secret(PROV_EC_CTX *ctx, unsigned char *secret, in derive_secret() function 688 if (!derive_secret(ctx, secret, in dhkem_encap() 756 if (!derive_secret(ctx, secret, in dhkem_decap()
|
/openssl/doc/man7/ |
H A D | EVP_KEYEXCH-ECDH.pod | 84 void derive_secret(EVP_PKEY *host_key, EVP_PKEY *peer_key,
|
H A D | EVP_KEYEXCH-DH.pod | 86 void derive_secret(EVP_KEY *host_key, EVP_PKEY *peer_pub_key)
|
Completed in 11 milliseconds