Searched refs:EVP_PKEY_HMAC (Results 1 - 18 of 18) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLMac.java135 super(EVP_MD, SIZE, NativeCrypto.EVP_PKEY_HMAC);
144 super(EVP_MD, SIZE, NativeCrypto.EVP_PKEY_HMAC);
153 super(EVP_MD, SIZE, NativeCrypto.EVP_PKEY_HMAC);
162 super(EVP_MD, SIZE, NativeCrypto.EVP_PKEY_HMAC);
171 super(EVP_MD, SIZE, NativeCrypto.EVP_PKEY_HMAC);
180 super(EVP_MD, SIZE, NativeCrypto.EVP_PKEY_HMAC);
H A DOpenSSLSecretKey.java41 type = NativeCrypto.EVP_PKEY_HMAC;
55 return new OpenSSLKey(NativeCrypto.EVP_PKEY_new_mac_key(NativeCrypto.EVP_PKEY_HMAC,
H A DOpenSSLKey.java196 case NativeCrypto.EVP_PKEY_HMAC:
H A DNativeCrypto.java783 public static final int EVP_PKEY_HMAC = 855; // NID_hmac field in class:NativeCrypto
/external/chromium_org/third_party/openssl/openssl/crypto/hmac/
H A Dhm_ameth.c113 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, os);
143 EVP_PKEY_HMAC,
144 EVP_PKEY_HMAC,
H A Dhm_pmeth.c137 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
240 EVP_PKEY_HMAC,
/external/openssl/crypto/hmac/
H A Dhm_ameth.c113 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, os);
143 EVP_PKEY_HMAC,
144 EVP_PKEY_HMAC,
H A Dhm_pmeth.c137 EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
240 EVP_PKEY_HMAC,
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_ciph.c198 EVP_PKEY_HMAC,EVP_PKEY_HMAC,EVP_PKEY_HMAC,NID_undef,
199 EVP_PKEY_HMAC,EVP_PKEY_HMAC
H A Dt1_enc.c176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
/external/openssl/ssl/
H A Dssl_ciph.c198 EVP_PKEY_HMAC,EVP_PKEY_HMAC,EVP_PKEY_HMAC,NID_undef,
199 EVP_PKEY_HMAC,EVP_PKEY_HMAC
H A Dt1_enc.c176 mac_key = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, NULL, sec, sec_len);
/external/chromium_org/third_party/openssl/openssl/apps/
H A Ddgst.c412 sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, e,
/external/openssl/apps/
H A Ddgst.c412 sigkey = EVP_PKEY_new_mac_key(EVP_PKEY_HMAC, e,
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Devp.h118 #define EVP_PKEY_HMAC NID_hmac macro
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Devp.h118 #define EVP_PKEY_HMAC NID_hmac macro
/external/openssl/crypto/evp/
H A Devp.h118 #define EVP_PKEY_HMAC NID_hmac macro
/external/openssl/include/openssl/
H A Devp.h118 #define EVP_PKEY_HMAC NID_hmac macro

Completed in 361 milliseconds