Searched refs:isc_hmacsha256_t (Results 1 - 11 of 11) sorted by relevance
| /bind-9.11.3/lib/isc/include/isc/ |
| H A D | hmacsha.h | 44 typedef isc_hmacsha_t isc_hmacsha256_t; typedef 53 typedef pk11_context_t isc_hmacsha256_t; typedef 72 } isc_hmacsha256_t; typedef in typeref:struct:__anon232 127 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, 131 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx); 134 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf, 138 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len); 141 isc_hmacsha256_verify(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len);
|
| /bind-9.11.3/lib/isc/ |
| H A D | hmacsha.c | 117 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, 127 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx) { 135 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf, 142 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len) { 592 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, 632 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx) { 647 isc_hmacsha256_update(isc_hmacsha256_t *ctx, const unsigned char *buf, 659 isc_hmacsha256_sign(isc_hmacsha256_t *ctx, unsigned char *digest, size_t len) { 676 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, 711 isc_hmacsha256_invalidate(isc_hmacsha256_t *ct [all...] |
| /bind-9.11.3/lib/dns/ |
| H A D | dst_internal.h | 173 isc_hmacsha256_t *hmacsha256ctx;
|
| H A D | hmac_link.c | 957 isc_hmacsha256_t *hmacsha256ctx; 960 hmacsha256ctx = isc_mem_get(dctx->mctx, sizeof(isc_hmacsha256_t)); 970 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; 974 isc_mem_put(dctx->mctx, hmacsha256ctx, sizeof(isc_hmacsha256_t)); 981 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; 989 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx; 1003 isc_hmacsha256_t *hmacsha256ctx = dctx->ctxdata.hmacsha256ctx;
|
| H A D | resolver.c | 2035 isc_hmacsha256_t hmacsha256;
|
| /bind-9.11.3/bin/tests/ |
| H A D | hash_test.c | 52 isc_hmacsha256_t hmacsha256;
|
| /bind-9.11.3/bin/tests/hashes/ |
| H A D | t_hashes.c | 398 isc_hmacsha256_t hmacsha256;
|
| /bind-9.11.3/lib/isccc/ |
| H A D | cc.c | 256 isc_hmacsha256_t h256; 422 isc_hmacsha256_t h256;
|
| /bind-9.11.3/lib/isc/tests/ |
| H A D | hash_test.c | 1143 isc_hmacsha256_t hmacsha256;
|
| /bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
| H A D | dns.c | 98 isc_hmacsha256_t hmacsha256;
|
| /bind-9.11.3/bin/named/ |
| H A D | client.c | 1863 isc_hmacsha256_t hmacsha256;
|
Completed in 190 milliseconds