Home
last modified time | relevance | path

Searched refs:encrypted_data (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.cpp72 std::vector<uint8_t> encrypted_data; in WriteTo() local
75 encrypted_data = encryptor->Encrypt(data); in WriteTo()
76 data = encrypted_data; in WriteTo()
Dcpdf_stream.cpp186 std::vector<uint8_t> encrypted_data; in WriteTo() local
190 encrypted_data = encryptor->Encrypt(data); in WriteTo()
191 data = encrypted_data; in WriteTo()
/external/tpm2-tss/test/integration/
Dsapi-session-util.c597 TPM2B_MAX_BUFFER *encrypted_data, in encrypt_param_cfb() argument
609 return encrypt_cfb(encrypted_data, clear_data, &encryptKey, &iv); in encrypt_param_cfb()
616 TPM2B_MAX_BUFFER *encrypted_data, in decrypt_param_cfb() argument
627 return decrypt_cfb(clear_data, encrypted_data, &encryptKey, &iv); in decrypt_param_cfb()
672 TPM2B_MAX_BUFFER *encrypted_data, in encrypt_command_param() argument
677 encrypt_param_cfb(session, encrypted_data, clear_data, auth_value) : in encrypt_command_param()
678 encrypt_decrypt_xor(session, encrypted_data, clear_data, auth_value); in encrypt_command_param()
685 TPM2B_MAX_BUFFER *encrypted_data, in decrypt_response_param() argument
689 decrypt_param_cfb(session, clear_data, encrypted_data, auth_value) : in decrypt_response_param()
690 encrypt_decrypt_xor(session, clear_data, encrypted_data, auth_value); in decrypt_response_param()
/external/python/asn1crypto/tests/
Dtest_cms.py186 encrypted_data = info['content']
187 encrypted_content_info = encrypted_data['encrypted_content_info']
195 encrypted_data['version'].native
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c1084 CBB content_info, type, wrapper, encrypted_data, encrypted_content_info, in add_encrypted_data() local
1093 !CBB_add_asn1(&wrapper, &encrypted_data, CBS_ASN1_SEQUENCE) || in add_encrypted_data()
1094 !CBB_add_asn1_uint64(&encrypted_data, 0 /* version */) || in add_encrypted_data()
1096 !CBB_add_asn1(&encrypted_data, &encrypted_content_info, in add_encrypted_data()
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c1115 CBB content_info, type, wrapper, encrypted_data, encrypted_content_info, in add_encrypted_data() local
1124 !CBB_add_asn1(&wrapper, &encrypted_data, CBS_ASN1_SEQUENCE) || in add_encrypted_data()
1125 !CBB_add_asn1_uint64(&encrypted_data, 0 /* version */) || in add_encrypted_data()
1127 !CBB_add_asn1(&encrypted_data, &encrypted_content_info, in add_encrypted_data()
/external/mesa3d/src/gallium/frontends/va/
Dpicture.c264 uint8_t* encrypted_data = (uint8_t*) buf->data; in handleVAProtectedSliceDataBufferType() local
269 memcpy(context->desc.base.decrypt_key, encrypted_data, drm_key_size); in handleVAProtectedSliceDataBufferType()
/external/openssh/
Dpkcs11.h827 unsigned char *encrypted_data,
845 unsigned char *encrypted_data,