Searched refs:SHA256_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_sha256.c187 } SHA256_MB_CTX; typedef in typeref:struct:__anon4501
193 void sha256_multi_block(SHA256_MB_CTX *, const HASH_DESC *, int);
211 unsigned char storage[sizeof(SHA256_MB_CTX) + 32];
217 SHA256_MB_CTX *ctx;
231 ctx = (SHA256_MB_CTX *) (storage + 32 - ((size_t)storage % 32));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A De_aes_cbc_hmac_sha256.c187 } SHA256_MB_CTX; typedef in typeref:struct:__anon4850
193 void sha256_multi_block(SHA256_MB_CTX *, const HASH_DESC *, int);
211 unsigned char storage[sizeof(SHA256_MB_CTX) + 32];
217 SHA256_MB_CTX *ctx;
231 ctx = (SHA256_MB_CTX *) (storage + 32 - ((size_t)storage % 32));

Completed in 68 milliseconds