Home
last modified time | relevance | path

Searched refs:DEFINE_LOCAL_DATA (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c622 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_cbc_generic) { in DEFINE_LOCAL_DATA() function
635 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_ctr_generic) { in DEFINE_LOCAL_DATA() function
648 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_ecb_generic) { in DEFINE_LOCAL_DATA() function
660 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_ofb_generic) { in DEFINE_LOCAL_DATA() function
673 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_gcm_generic) { in DEFINE_LOCAL_DATA() function
690 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_cbc_generic) { in DEFINE_LOCAL_DATA() function
703 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_ctr_generic) { in DEFINE_LOCAL_DATA() function
716 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_ecb_generic) { in DEFINE_LOCAL_DATA() function
728 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_gcm_generic) { in DEFINE_LOCAL_DATA() function
745 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_256_cbc_generic) { in DEFINE_LOCAL_DATA() function
[all …]
/external/boringssl/src/crypto/fipsmodule/
Ddelocate.h86 #define DEFINE_LOCAL_DATA(type, name) DEFINE_DATA(type, name, static const) macro
/external/boringssl/src/crypto/fipsmodule/rsa/
Drsa.c761 DEFINE_LOCAL_DATA(BIGNUM, g_small_factors) { in DEFINE_LOCAL_DATA() function