Searched refs:key_size (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/usr.bin/dig/lib/dns/ |
| D | hmac_link.c | 132 bytes = (key->key_size + 7) / 8; in hmacsha1_todns() 167 key->key_size = keylen * 8; in hmacsha1_fromdns() 276 bytes = (key->key_size + 7) / 8; in hmacsha224_todns() 311 key->key_size = keylen * 8; in hmacsha224_fromdns() 420 bytes = (key->key_size + 7) / 8; in hmacsha256_todns() 455 key->key_size = keylen * 8; in hmacsha256_fromdns() 564 bytes = (key->key_size + 7) / 8; in hmacsha384_todns() 599 key->key_size = keylen * 8; in hmacsha384_fromdns() 708 bytes = (key->key_size + 7) / 8; in hmacsha512_todns() 743 key->key_size = keylen * 8; in hmacsha512_fromdns()
|
| D | key.c | 56 return (key->key_size); in dst_key_size()
|
| D | dst_internal.h | 74 unsigned int key_size; /*%< size of the key in bits */ member
|
| D | dst_api.c | 336 key->key_size = bits; in get_key_struct()
|
| /openbsd/src/lib/libc/db/hash/ |
| D | hash_bigkey.c | 85 int key_size, n, val_size; in __big_insert() local 93 key_size = key->size; in __big_insert() 98 for (space = FREESPACE(p) - BIGOVERHEAD; key_size; in __big_insert() 100 move_bytes = MINIMUM(space, key_size); in __big_insert() 103 key_size -= move_bytes; in __big_insert() 115 if (!key_size) { in __big_insert()
|
| /openbsd/src/sys/lib/libsa/ |
| D | softraid.c | 90 u_int8_t *key, int key_size, u_char *check_digest) in sr_crypto_calculate_check_hmac_sha1() argument 104 hmac_sha1(key, key_size, check_key, sizeof(check_key), check_digest); in sr_crypto_calculate_check_hmac_sha1()
|
| /openbsd/src/usr.sbin/unbound/dnscrypt/ |
| D | dnscrypt.c | 1036 size_t key_size = sizeof(struct shared_secret_cache_key) in dnsc_shared_secrets_sizefunc() local 1040 return key_size + data_size; in dnsc_shared_secrets_sizefunc() 1074 size_t key_size = sizeof(struct nonce_cache_key) in dnsc_nonces_sizefunc() local 1077 return key_size; in dnsc_nonces_sizefunc()
|
| /openbsd/src/usr.bin/tcpbench/ |
| D | tcpbench.c | 1120 size_t key_size, crt_size; in main() local 1265 if ((key = tls_load_file(keyfile, &key_size, NULL)) == NULL) in main() 1357 key_size) == -1) in main()
|
| /openbsd/src/sys/dev/ |
| D | softraid_crypto.c | 443 u_int8_t *key, int key_size, u_char *check_digest) in sr_crypto_calculate_check_hmac_sha1() argument 460 HMAC_SHA1_Update(&hmacctx, key, key_size); in sr_crypto_calculate_check_hmac_sha1()
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_dmc.c | 253 u32 key_size; member
|
| /openbsd/src/sys/dev/pci/ |
| D | if_iwmreg.h | 6473 uint8_t key_size; member
|
| D | if_iwxreg.h | 8057 uint8_t key_size; member
|
| D | if_ice.c | 21063 uint16_t key_size = sizeof(*key); in ice_aq_get_set_rss_key() local 21080 return ice_aq_send_cmd(hw, &desc, key, key_size, NULL); in ice_aq_get_set_rss_key()
|