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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c191 } SHA1_MB_CTX; typedef in typeref:struct:__anon4493
197 void sha1_multi_block(SHA1_MB_CTX *, const HASH_DESC *, int);
215 unsigned char storage[sizeof(SHA1_MB_CTX) + 32];
221 SHA1_MB_CTX *ctx;
234 ctx = (SHA1_MB_CTX *) (storage + 32 - ((size_t)storage % 32)); /* align */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes_cbc_hmac_sha1.c191 } SHA1_MB_CTX; typedef in typeref:struct:__anon4842
197 void sha1_multi_block(SHA1_MB_CTX *, const HASH_DESC *, int);
215 unsigned char storage[sizeof(SHA1_MB_CTX) + 32];
221 SHA1_MB_CTX *ctx;
234 ctx = (SHA1_MB_CTX *) (storage + 32 - ((size_t)storage % 32)); /* align */

Completed in 114 milliseconds