Home
last modified time | relevance | path

Searched refs:SHA1_MB_CTX (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_cbc_hmac_sha1_hw.c104 } SHA1_MB_CTX; typedef
118 void sha1_multi_block(SHA1_MB_CTX *, const HASH_DESC *, int);
130 unsigned char storage[sizeof(SHA1_MB_CTX) + 32]; in tls1_multi_block_encrypt()
136 SHA1_MB_CTX *mctx; in tls1_multi_block_encrypt()
149 mctx = (SHA1_MB_CTX *) (storage + 32 - ((size_t)storage % 32)); /* align */ in tls1_multi_block_encrypt()
/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c144 } SHA1_MB_CTX; typedef
150 void sha1_multi_block(SHA1_MB_CTX *, const HASH_DESC *, int);
168 unsigned char storage[sizeof(SHA1_MB_CTX) + 32]; in tls1_1_multi_block_encrypt()
174 SHA1_MB_CTX *ctx; in tls1_1_multi_block_encrypt()
187 ctx = (SHA1_MB_CTX *) (storage + 32 - ((size_t)storage % 32)); /* align */ in tls1_1_multi_block_encrypt()

Completed in 12 milliseconds