Home
last modified time | relevance | path

Searched refs:key_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ldns/
H A Dtsig.c176 unsigned char *key_bytes = NULL; in ldns_tsig_mac_new() local
238 key_bytes = LDNS_XMALLOC(unsigned char, in ldns_tsig_mac_new()
240 if(!key_bytes) { in ldns_tsig_mac_new()
244 key_size = ldns_b64_pton(key_data, key_bytes, in ldns_tsig_mac_new()
262 (void) HMAC(digester, key_bytes, key_size, (void *)wireformat, in ldns_tsig_mac_new()
276 LDNS_FREE(key_bytes); in ldns_tsig_mac_new()
/freebsd/crypto/openssl/test/
H A Dpkcs12_format_test.c809 const unsigned char *key_bytes = KEY1; in pkcs12_recreate_test() local
815 pkey = d2i_AutoPrivateKey(NULL, &key_bytes, sizeof(KEY1)); in pkcs12_recreate_test()