Searched refs:dk_key_size (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/dst/
H A Dhmac_link.c257 dkey->dk_key_size = local_keylen;
399 out_len <= in_key->dk_key_size || out_str == NULL)
403 for (i = 0; i < in_key->dk_key_size; i++)
H A Ddst_internal.h40 int dk_key_size; /*%< this is the size of the key in bits */ member in struct:dst_key
H A Ddst_api.c183 new_key->dk_key_size = bits;
207 if (key1->dk_key_size != key2->dk_key_size)
981 new_key->dk_key_size, exp));
1041 return (key->dk_key_size + 7) / 8;
/netbsd-current/lib/libresolv/
H A Dhmac_link.c247 dkey->dk_key_size = local_keylen;
390 out_len <= in_key->dk_key_size || out_str == NULL)
394 for (i = 0; i < in_key->dk_key_size; i++)
H A Ddst_internal.h40 int dk_key_size; /*%< this is the size of the key in bits */ member in struct:dst_key
H A Ddst_api.c187 new_key->dk_key_size = bits;
211 if (key1->dk_key_size != key2->dk_key_size)
990 new_key->dk_key_size, exp));
1049 return (key->dk_key_size + 7) / 8;
/netbsd-current/external/bsd/libbind/dist/include/isc/
H A Ddst.h9 int dk_key_size; /*%< this is the size of the key in bits */ member in struct:dst_key
/netbsd-current/lib/libc/include/isc/
H A Ddst.h9 int dk_key_size; /*%< this is the size of the key in bits */ member in struct:dst_key
/netbsd-current/external/bsd/libbind/dist/tests/
H A Ddig8.c752 key.len=dst_key->dk_key_size;

Completed in 268 milliseconds