Searched refs:isc_hmacsha1_t (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 41 } isc_hmacsha1_t; typedef in typeref:struct:__anon160 66 isc_hmacsha1_init(isc_hmacsha1_t *ctx, const unsigned char *key, 70 isc_hmacsha1_invalidate(isc_hmacsha1_t *ctx); 73 isc_hmacsha1_update(isc_hmacsha1_t *ctx, const unsigned char *buf, 77 isc_hmacsha1_sign(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len); 80 isc_hmacsha1_verify(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 43 isc_hmacsha1_init(isc_hmacsha1_t *ctx, const unsigned char *key, 66 isc_hmacsha1_invalidate(isc_hmacsha1_t *ctx) { 76 isc_hmacsha1_update(isc_hmacsha1_t *ctx, const unsigned char *buf, 86 isc_hmacsha1_sign(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len) { 112 isc_hmacsha1_verify(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len) {
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 134 isc_hmacsha1_t *hmacsha1ctx;
|
H A D | hmac_link.c | 345 isc_hmacsha1_t *hmacsha1ctx; 348 hmacsha1ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha1_t)); 358 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; 362 isc_mem_put(dctx->mctx, hmacsha1ctx, sizeof(isc_hmacsha1_t)); 369 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; 377 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx; 391 isc_hmacsha1_t *hmacsha1ctx = dctx->ctxdata.hmacsha1ctx;
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | hash_test.c | 54 isc_hmacsha1_t hmacsha1;
|
/bind-9.6-ESV-R11/bin/tests/hashes/ |
H A D | t_hashes.c | 386 isc_hmacsha1_t hmacsha1;
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | hash_test.c | 856 isc_hmacsha1_t hmacsha1;
|
Completed in 24 milliseconds