Searched refs:deckey (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/dst/
H A Ddst_api.c474 u_char deckey[RAW_KEY_SIZE]; local
568 dlen = b64_pton(notspace, deckey, sizeof(deckey));
575 /* return dst_store_public_key(in_name, alg, proto, 666, flags, deckey,
578 flags, proto, deckey, (unsigned)dlen);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/dst/
H A Ddst_api.c470 u_char deckey[RAW_KEY_SIZE]; local
564 dlen = b64_pton(notspace, deckey, sizeof(deckey));
571 /* return dst_store_public_key(in_name, alg, proto, 666, flags, deckey,
573 return dst_buffer_to_key(in_name, alg, flags, proto, deckey, dlen);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-586.pl2864 sub deckey() subroutine
2969 &deckey (0,$key,$s0,$s1,$s2,$s3);
2970 &deckey (1,$key,$s1,$s2,$s3,$s0);
2971 &deckey (2,$key,$s2,$s3,$s0,$s1);
2972 &deckey (3,$key,$s3,$s0,$s1,$s2);

Completed in 63 milliseconds