Home
last modified time | relevance | path

Searched refs:enc_key (Results 1 - 25 of 74) sorted by relevance

123

/third_party/nghttp2/src/
H A Dshrpx_config_test.cc186 CU_ASSERT(std::equal(std::begin(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file()
187 std::begin(key->data.enc_key) + 16, "2..............3")); in test_shrpx_config_read_tls_ticket_key_file()
196 CU_ASSERT(std::equal(std::begin(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file()
197 std::begin(key->data.enc_key) + 16, "8..............9")); in test_shrpx_config_read_tls_ticket_key_file()
231 CU_ASSERT(std::equal(std::begin(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
232 std::end(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
241 CU_ASSERT(std::equal(std::begin(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
242 std::end(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
H A Dshrpx_worker_process.cc204 ticket_key.data.enc_key.size()); in generate_ticket_key()
373 std::copy_n(p, enc_keylen, std::begin(key.data.enc_key)); in memcached_get_ticket_key_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_backup.c267 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 in dpp_parse_recipient_infos()
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Daes.rs53 //! let enc_key = AesKey::new_encrypt(kek).unwrap();
55 //! wrap_key(&enc_key, None, &mut ciphertext, &key_to_wrap[..]).unwrap();
303 let enc_key = AesKey::new_encrypt(&raw_key).unwrap(); in test_wrap_unwrap()
306 wrap_key(&enc_key, None, &mut wrapped, &key_data).unwrap(), in test_wrap_unwrap()
/third_party/node/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_doit.c143 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 Dpk7_asn1.c195 ASN1_SIMPLE(PKCS7_RECIP_INFO, enc_key, ASN1_OCTET_STRING)
/third_party/openssl/crypto/pkcs7/
H A Dpk7_doit.c143 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 Dpk7_asn1.c195 ASN1_SIMPLE(PKCS7_RECIP_INFO, enc_key, ASN1_OCTET_STRING)
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dpkcs7.rs140 pub enc_key: *mut ASN1_OCTET_STRING,
/third_party/openssl/test/
H A Dbad_dtls_test.c61 #define enc_key (key_block + 56) macro
337 enc_key, iv, 1)) in send_record()
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs7.h55 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dpkcs7.h98 ASN1_OCTET_STRING *enc_key; member

Completed in 25 milliseconds

123