Home
last modified time | relevance | path

Searched refs:ossl_ecdh_kdf_X9_63 (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdh_kdf.c24 int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen, in ossl_ecdh_kdf_X9_63() function
62 return ossl_ecdh_kdf_X9_63(out, outlen, Z, Zlen, sinfo, sinfolen, md, NULL, in ECDH_KDF_X9_62()
H A Dec_pmeth.c239 if (!ossl_ecdh_kdf_X9_63(key, *keylen, ktmp, ktmplen, in pkey_ec_kdf_derive()
/third_party/openssl/crypto/ec/
H A Decdh_kdf.c24 int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen, in ossl_ecdh_kdf_X9_63() function
62 return ossl_ecdh_kdf_X9_63(out, outlen, Z, Zlen, sinfo, sinfolen, md, NULL, in ECDH_KDF_X9_62()
H A Dec_pmeth.c239 if (!ossl_ecdh_kdf_X9_63(key, *keylen, ktmp, ktmplen, in pkey_ec_kdf_derive()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dec.h56 int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen,
/third_party/openssl/include/crypto/
H A Dec.h56 int ossl_ecdh_kdf_X9_63(unsigned char *out, size_t outlen,
/third_party/node/deps/openssl/openssl/crypto/sm2/
H A Dsm2_crypt.c20 #include "crypto/ec.h" /* ossl_ecdh_kdf_X9_63() */
208 if (!ossl_ecdh_kdf_X9_63(msg_mask, msg_len, x2y2, 2 * field_size, NULL, 0,
361 || !ossl_ecdh_kdf_X9_63(msg_mask, msg_len, x2y2, 2 * field_size,
/third_party/openssl/crypto/sm2/
H A Dsm2_crypt.c20 #include "crypto/ec.h" /* ossl_ecdh_kdf_X9_63() */
208 if (!ossl_ecdh_kdf_X9_63(msg_mask, msg_len, x2y2, 2 * field_size, NULL, 0,
361 || !ossl_ecdh_kdf_X9_63(msg_mask, msg_len, x2y2, 2 * field_size,
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c29 #include "crypto/ec.h" /* ossl_ecdh_kdf_X9_63() */
534 if (!ossl_ecdh_kdf_X9_63(secret, pecdhctx->kdf_outlen, in ecdh_X9_63_kdf_derive()
/third_party/openssl/providers/implementations/exchange/
H A Decdh_exch.c29 #include "crypto/ec.h" /* ossl_ecdh_kdf_X9_63() */
534 if (!ossl_ecdh_kdf_X9_63(secret, pecdhctx->kdf_outlen, in ecdh_X9_63_kdf_derive()

Completed in 5 milliseconds