Searched refs:DEFINE_LOCAL_DATA (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 534 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_cbc_generic) { in DEFINE_LOCAL_DATA() function 547 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_ctr_generic) { in DEFINE_LOCAL_DATA() function 560 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_ecb_generic) { in DEFINE_LOCAL_DATA() function 572 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_ofb_generic) { in DEFINE_LOCAL_DATA() function 585 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_128_gcm_generic) { in DEFINE_LOCAL_DATA() function 602 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_cbc_generic) { in DEFINE_LOCAL_DATA() function 615 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_ctr_generic) { in DEFINE_LOCAL_DATA() function 628 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_ecb_generic) { in DEFINE_LOCAL_DATA() function 640 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_ofb_generic) { in DEFINE_LOCAL_DATA() function 653 DEFINE_LOCAL_DATA(EVP_CIPHER, aes_192_gcm_generic) { in DEFINE_LOCAL_DATA() function [all …]
|
/external/boringssl/src/crypto/fipsmodule/ |
D | delocate.h | 86 #define DEFINE_LOCAL_DATA(type, name) DEFINE_DATA(type, name, static const) macro
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | rsa.c | 781 DEFINE_LOCAL_DATA(BIGNUM, g_small_factors) { in DEFINE_LOCAL_DATA() function
|