Searched refs:key_alg (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dh/ |
H A D | dh_kdf.c | 71 char key_alg[OSSL_MAX_NAME_SIZE]; in DH_KDF_X9_42() local 75 if (OBJ_obj2txt(key_alg, sizeof(key_alg), key_oid, 0) <= 0) in DH_KDF_X9_42() 78 return ossl_dh_kdf_X9_42_asn1(out, outlen, Z, Zlen, key_alg, in DH_KDF_X9_42()
|
/third_party/openssl/crypto/dh/ |
H A D | dh_kdf.c | 71 char key_alg[OSSL_MAX_NAME_SIZE]; in DH_KDF_X9_42() local 75 if (OBJ_obj2txt(key_alg, sizeof(key_alg), key_oid, 0) <= 0) in DH_KDF_X9_42() 78 return ossl_dh_kdf_X9_42_asn1(out, outlen, Z, Zlen, key_alg, in DH_KDF_X9_42()
|
/third_party/mbedtls/library/ |
H A D | pk.c | 326 psa_algorithm_t key_alg = psa_get_key_algorithm(&attributes); in mbedtls_pk_can_do_ext() local 347 * a fixed hash on key_alg [or key_alg2]. in mbedtls_pk_can_do_ext() 349 if (alg == key_alg) { in mbedtls_pk_can_do_ext() 359 * If key_alg [or key_alg2] is a hash-and-sign with a wildcard for the hash, in mbedtls_pk_can_do_ext() 364 if (PSA_ALG_IS_SIGN_HASH(key_alg) && in mbedtls_pk_can_do_ext() 365 PSA_ALG_SIGN_GET_HASH(key_alg) == PSA_ALG_ANY_HASH && in mbedtls_pk_can_do_ext() 366 (alg & ~PSA_ALG_HASH_MASK) == (key_alg & ~PSA_ALG_HASH_MASK)) { in mbedtls_pk_can_do_ext()
|
Completed in 5 milliseconds