Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 8 of 8) sorted by relevance

/openssl/crypto/
H A Dex_data.c224 EX_CALLBACK **storage = NULL; in ossl_crypto_new_ex_data_ex() local
279 EX_CALLBACK **storage = NULL; in CRYPTO_dup_ex_data() local
374 struct ex_callback_entry *storage = NULL; in CRYPTO_free_ex_data() local
/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305_hw.c125 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
H A Dcipher_aes_cbc_hmac_sha1_hw.c130 unsigned char storage[sizeof(SHA1_MB_CTX) + 32]; in tls1_multi_block_encrypt() local
H A Dcipher_aes_cbc_hmac_sha256_hw.c134 unsigned char storage[sizeof(SHA256_MB_CTX) + 32]; in tls1_multi_block_encrypt() local
/openssl/crypto/bn/
H A Dbn_mod.c58 BN_ULONG storage[1024 / BN_BITS2]; in bn_mod_add_fixed_top() local
/openssl/crypto/evp/
H A De_chacha20_poly1305.c219 unsigned char *buf, *tohash, *ctr, storage[sizeof(zero) + 32]; in chacha20_poly1305_tls_cipher() local
H A De_aes_cbc_hmac_sha256.c162 unsigned char storage[sizeof(SHA256_MB_CTX) + 32]; in tls1_1_multi_block_encrypt() local
H A De_aes_cbc_hmac_sha1.c168 unsigned char storage[sizeof(SHA1_MB_CTX) + 32]; in tls1_1_multi_block_encrypt() local

Completed in 33 milliseconds