Searched refs:isc_hmacsha256_t (Results 1 - 7 of 7) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | hmacsha.h | 51 } isc_hmacsha256_t; typedef in typeref:struct:__anon162 102 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, 106 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx); 109 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf, 113 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len); 116 isc_hmacsha256_verify(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | hmacsha.c | 203 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, 226 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx) { 235 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf, 245 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len) { 270 isc_hmacsha256_verify(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len) {
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_internal.h | 136 isc_hmacsha256_t *hmacsha256ctx;
|
H A D | hmac_link.c | 883 isc_hmacsha256_t *hmacsha256ctx; 886 hmacsha256ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha256_t)); 896 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; 900 isc_mem_put(dctx->mctx, hmacsha256ctx, sizeof(isc_hmacsha256_t)); 907 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; 915 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; 929 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx;
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | hash_test.c | 56 isc_hmacsha256_t hmacsha256;
|
/bind-9.6-ESV-R11/bin/tests/hashes/ |
H A D | t_hashes.c | 388 isc_hmacsha256_t hmacsha256;
|
/bind-9.6-ESV-R11/lib/isc/tests/ |
H A D | hash_test.c | 1149 isc_hmacsha256_t hmacsha256;
|
Completed in 49 milliseconds