Searched refs:isc_hmacsha384_init (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/bin/tests/ |
H A D | hash_test.c | 229 isc_hmacsha384_init(&hmacsha384, key, 20); 237 isc_hmacsha384_init(&hmacsha384, key, 4); 249 isc_hmacsha384_init(&hmacsha384, key, 20);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | hmacsha.h | 145 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key,
|
/bind-9.11.3/lib/isc/ |
H A D | hmacsha.c | 155 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key, function 762 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key, function 846 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key, function 1309 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key, function
|
/bind-9.11.3/bin/tests/hashes/ |
H A D | t_hashes.c | 425 t_hmac("HMAC-SHA384", (HMAC_INIT)isc_hmacsha384_init,
|
/bind-9.11.3/lib/isccc/ |
H A D | cc.c | 306 isc_hmacsha384_init(&ctx.h384, secret->rstart, 491 isc_hmacsha384_init(&ctx.h384, secret->rstart,
|
/bind-9.11.3/lib/isc/tests/ |
H A D | hash_test.c | 1456 isc_hmacsha384_init(&hmacsha384, buffer, test_key->len);
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | dns.c | 352 isc_hmacsha384_init(&ctx->hmacsha384, secret, length);
|
/bind-9.11.3/lib/dns/ |
H A D | hmac_link.c | 1250 isc_hmacsha384_init(hmacsha384ctx, hkey->key, ISC_SHA384_BLOCK_LENGTH);
|
Completed in 33 milliseconds