Searched refs:isc_hmacsha384_t (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 56 } isc_hmacsha384_t; typedef in typeref:struct:__anon163 120 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key, 124 isc_hmacsha384_invalidate(isc_hmacsha384_t *ctx); 127 isc_hmacsha384_update(isc_hmacsha384_t *ctx, const unsigned char *buf, 131 isc_hmacsha384_sign(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len); 134 isc_hmacsha384_verify(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 282 isc_hmacsha384_init(isc_hmacsha384_t *ctx, const unsigned char *key, 305 isc_hmacsha384_invalidate(isc_hmacsha384_t *ctx) { 314 isc_hmacsha384_update(isc_hmacsha384_t *ctx, const unsigned char *buf, 324 isc_hmacsha384_sign(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len) { 349 isc_hmacsha384_verify(isc_hmacsha384_t *ctx, unsigned char *digest, size_t len) {
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 137 isc_hmacsha384_t *hmacsha384ctx;
|
H A D | hmac_link.c | 1152 isc_hmacsha384_t *hmacsha384ctx; 1155 hmacsha384ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha384_t)); 1165 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; 1169 isc_mem_put(dctx->mctx, hmacsha384ctx, sizeof(isc_hmacsha384_t)); 1176 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; 1184 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx; 1198 isc_hmacsha384_t *hmacsha384ctx = dctx->ctxdata.hmacsha384ctx;
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | hash_test.c | 57 isc_hmacsha384_t hmacsha384;
|
/bind-9.6-ESV-R11/bin/tests/hashes/ |
H A D | t_hashes.c | 389 isc_hmacsha384_t hmacsha384;
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | hash_test.c | 1312 isc_hmacsha384_t hmacsha384;
|
Completed in 25 milliseconds