Searched refs:enc_key (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_backup.c | 267 struct wpabuf *pwri = NULL, *enc_key = NULL, *key_der_alg = NULL, in dpp_build_pw_recipient_info() local 295 enc_key = wpabuf_alloc(hash_len + AES_BLOCK_SIZE); in dpp_build_pw_recipient_info() 296 if (!enc_key || in dpp_build_pw_recipient_info() 299 wpabuf_put(enc_key, hash_len + AES_BLOCK_SIZE)) < 0) in dpp_build_pw_recipient_info() 301 wpa_hexdump_buf(MSG_DEBUG, "DPP: encryptedKey", enc_key); in dpp_build_pw_recipient_info() 319 wpabuf_len(key_enc_alg) + wpabuf_len(enc_key)); in dpp_build_pw_recipient_info() 335 asn1_put_octet_string(pwri, enc_key); in dpp_build_pw_recipient_info() 340 wpabuf_free(enc_key); in dpp_build_pw_recipient_info() 527 const u8 *enc_key; member 721 data->enc_key = hdr.payload; in dpp_parse_recipient_infos() [all …]
|
H A D | dpp_pkex.c | 148 wpabuf_free(pkex->enc_key); in dpp_pkex_build_exchange_req() 149 pkex->enc_key = wpabuf_alloc_copy(Mx, 2 * curve->prime_len); in dpp_pkex_build_exchange_req() 1386 wpabuf_free(pkex->enc_key); in dpp_pkex_free()
|
H A D | dpp_tcp.c | 2329 if (!conn->pkex || !conn->pkex->enc_key) in dpp_controller_is_own_pkex_req() 2340 if (attr_key_len == wpabuf_len(conn->pkex->enc_key) && in dpp_controller_is_own_pkex_req() 2341 os_memcmp(attr_key, wpabuf_head(conn->pkex->enc_key), in dpp_controller_is_own_pkex_req()
|
H A D | dpp.h | 228 struct wpabuf *enc_key; member
|
/freebsd/tests/sys/netipsec/tunnel/ |
H A D | utils.subr | 79 enc_key=$5 86 printf "${enc_key} ${auth_algo} ${auth_key}\n" 106 printf "add ${SRC_GW} ${DST_GW} esp 0x1000 -E ${enc_algo} \"${enc_key}\"" 108 printf "add ${DST_GW} ${SRC_GW} esp 0x1001 -E ${enc_algo} \"${enc_key}\""
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 143 ASN1_STRING_set0(ri->enc_key, ek, eklen); in pkcs7_encode_rinfo() 174 ri->enc_key->data, ri->enc_key->length) <= 0) in pkcs7_decrypt_rinfo() 185 ri->enc_key->data, ri->enc_key->length) <= 0 in pkcs7_decrypt_rinfo()
|
H A D | pk7_asn1.c | 195 ASN1_SIMPLE(PKCS7_RECIP_INFO, enc_key, ASN1_OCTET_STRING)
|
/freebsd/crypto/openssl/test/ |
H A D | bad_dtls_test.c | 61 #define enc_key (key_block + 56) macro 337 enc_key, iv, 1)) in send_record()
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_keyctx.c | 372 t4_aes_getdeckey(void *dec_key, const void *enc_key, unsigned int kbits) in t4_aes_getdeckey() argument 378 rijndaelKeySetupEnc(ek, enc_key, kbits); in t4_aes_getdeckey()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | pkcs7.h.in | 75 ASN1_OCTET_STRING *enc_key; member
|
H A D | pkcs7.h | 98 ASN1_OCTET_STRING *enc_key; member
|
H A D | evp.h | 1296 const unsigned char *enc_key, 1299 OSSL_DEPRECATEDIN_3_0 int EVP_PKEY_encrypt_old(unsigned char *enc_key,
|