Searched refs:_gcry_hmac256_new (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dhmac256.h27 hmac256_context_t _gcry_hmac256_new (const void *key, size_t keylen);
H A Dhmac256.c304 _gcry_hmac256_new (const void *key, size_t keylen)
341 tmphd = _gcry_hmac256_new (NULL, 0);
366 /* Release a context created by _gcry_hmac256_new. CTX may be NULL
436 tmphd = _gcry_hmac256_new (NULL, 0);
457 FILENAME. KEY and KEYLEN are as described for _gcry_hmac256_new.
475 hd = _gcry_hmac256_new (key, keylen);
623 hmachd = _gcry_hmac256_new (tv[tvidx].key, strlen (tv[tvidx].key));
737 hd = _gcry_hmac256_new (key, keylen);
303 _gcry_hmac256_new (const void *key, size_t keylen) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dhmac256.h27 hmac256_context_t _gcry_hmac256_new (const void *key, size_t keylen);
H A Dhmac256.c304 _gcry_hmac256_new (const void *key, size_t keylen)
341 tmphd = _gcry_hmac256_new (NULL, 0);
366 /* Release a context created by _gcry_hmac256_new. CTX may be NULL
436 tmphd = _gcry_hmac256_new (NULL, 0);
457 FILENAME. KEY and KEYLEN are as described for _gcry_hmac256_new.
475 hd = _gcry_hmac256_new (key, keylen);
623 hmachd = _gcry_hmac256_new (tv[tvidx].key, strlen (tv[tvidx].key));
737 hd = _gcry_hmac256_new (key, keylen);
303 _gcry_hmac256_new (const void *key, size_t keylen) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dhmac-tests.c380 hmachd = _gcry_hmac256_new (tv[tvidx].key, strlen (tv[tvidx].key));
383 errtxt = "_gcry_hmac256_new failed";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhmac-tests.c380 hmachd = _gcry_hmac256_new (tv[tvidx].key, strlen (tv[tvidx].key));
383 errtxt = "_gcry_hmac256_new failed";

Completed in 73 milliseconds