Searched refs:key2 (Results 1 – 4 of 4) sorted by relevance
1192 static const u8 key2[] = variable1375 if (sha1_prf(key2, sizeof(key2), "prefix", data2, sizeof(data2), in test_sha1()
1166 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2);
2933 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() argument2935 if (EVP_PKEY_cmp((EVP_PKEY *) key1, (EVP_PKEY *) key2) != 1) in crypto_ec_key_cmp()
3273 int crypto_ec_key_cmp(struct crypto_ec_key *key1, struct crypto_ec_key *key2) in crypto_ec_key_cmp() argument3276 mbedtls_ecp_keypair *ecp_kp2 = mbedtls_pk_ec(*(mbedtls_pk_context *)key2); in crypto_ec_key_cmp()