/aosp_15_r20/system/keymint/common/src/crypto/ |
H A D | traits.rs | 106 ) -> Result<KeyMaterial, Error> { in generate_key() 132 ) -> Result<(KeyMaterial, KeySizeInBits), Error> { in import_key() 166 ) -> Result<KeyMaterial, Error> { in generate_key() 175 fn import_key(&self, data: &[u8], _params: &[keymint::KeyParam]) -> Result<KeyMaterial, Error> { in import_key() 201 ) -> Result<KeyMaterial, Error> { in generate_key() 216 ) -> Result<(KeyMaterial, KeySizeInBits), Error> { in import_key() 251 ) -> Result<KeyMaterial, Error>; in generate_key() 260 ) -> Result<(KeyMaterial, KeySizeInBits, RsaExponent), Error> { in import_pkcs8_key() 305 ) -> Result<KeyMaterial, Error>; in generate_nist_key() 313 ) -> Result<KeyMaterial, Error>; in generate_ed25519_key() [all …]
|
H A D | ec.rs | 380 pub fn import_sec1_private_key(data: &[u8]) -> Result<KeyMaterial, Error> { in import_sec1_private_key() 399 pub fn import_pkcs8_key(data: &[u8]) -> Result<KeyMaterial, Error> { in import_pkcs8_key() 406 fn import_pkcs8_key_impl(key_info: &pkcs8::PrivateKeyInfo) -> Result<KeyMaterial, Error> { in import_pkcs8_key_impl() 484 pub fn import_raw_ed25519_key(data: &[u8]) -> Result<KeyMaterial, Error> { in import_raw_ed25519_key() 492 pub fn import_raw_x25519_key(data: &[u8]) -> Result<KeyMaterial, Error> { in import_raw_x25519_key()
|
H A D | rsa.rs | 211 pub fn import_pkcs8_key(data: &[u8]) -> Result<(KeyMaterial, KeySizeInBits, RsaExponent), Error> { in import_pkcs8_key() 228 ) -> Result<(KeyMaterial, KeySizeInBits, RsaExponent), Error> { in import_pkcs1_key()
|
/aosp_15_r20/system/keymint/common/src/ |
H A D | crypto.rs | 143 pub enum KeyMaterial { enum 168 impl KeyMaterial { implementation 213 impl core::fmt::Debug for KeyMaterial { implementation 230 impl AsCborValue for KeyMaterial { implementation
|
H A D | tag.rs | 294 ) -> Result<(Vec<KeyCharacteristics>, KeyMaterial), Error> { in extract_key_import_characteristics() argument 416 ) -> Result<(Vec<KeyParam>, KeyMaterial), Error> { in check_rsa_import_params() argument 533 ) -> Result<(Vec<KeyParam>, KeyMaterial), Error> { in check_ec_import_params() argument 724 ) -> Result<(Vec<KeyParam>, KeyMaterial), Error> { in check_aes_import_params() argument 777 ) -> Result<(Vec<KeyParam>, KeyMaterial), Error> { in check_3des_import_params() argument 806 ) -> Result<(Vec<KeyParam>, KeyMaterial), Error> { in check_hmac_import_params() argument
|
/aosp_15_r20/trusty/user/app/keymint/ |
D | key_wrapper.rs | 80 ) -> Result<crypto::KeyMaterial, Error> { in create_storage_key() 133 ) -> Result<crypto::KeyMaterial, Error> { in generate_key() 145 ) -> Result<(crypto::KeyMaterial, KeySizeInBits), Error> { in import_key()
|
D | secure_storage_manager.rs | 496 fn import_ec_key(key_buffer: &[u8]) -> Result<KeyMaterial, Error> { in import_ec_key() 508 fn import_rsa_key(key_buffer: &[u8]) -> Result<KeyMaterial, Error> { in import_rsa_key() 520 pub(crate) fn read_attestation_key(key_type: SigningKeyType) -> Result<KeyMaterial, Error> { in read_attestation_key() 572 fn signing_key(&self, key_type: SigningKeyType) -> Result<KeyMaterial, Error> { in signing_key() 735 fn get_test_attestation_key(algorithm: SigningAlgorithm) -> Result<KeyMaterial, Error> { in get_test_attestation_key()
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/java/io/netty/internal/tcnative/ |
H A D | CertificateRequestedCallback.java | 56 class KeyMaterial { class 61 public KeyMaterial(long certificateChain, long privateKey) { in KeyMaterial() method in CertificateRequestedCallback.KeyMaterial
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | helpers.rs | 34 ) -> Result<KeyMaterial, HwCryptoError> { in aidl_hmac_explicit_key_to_rust_key_material() 43 ) -> Result<KeyMaterial, HwCryptoError> { in aidl_explicit_key_to_rust_key_material()
|
D | opaque_key.rs | 641 key_material: KeyMaterial, in new_binder() 664 key_material: KeyMaterial, in import_key_material() 1019 key_material: &KeyMaterial, in check_key_material_with_policy() 1223 ) -> Result<KeyMaterial, HwCryptoError> { in generate_key_material()
|
D | service_encryption_key.rs | 58 KeyMaterial = 3, enumerator
|
/aosp_15_r20/system/keymint/ta/src/ |
H A D | keys.rs | 219 fn sign_cert_data(&self, signing_key: KeyMaterial, tbs_data: &[u8]) -> Result<Vec<u8>, Error> { in sign_cert_data() 285 ) -> Result<(KeyMaterial, Vec<KeyCharacteristics>), Error> { in generate_key_material() 362 key_material: KeyMaterial, in finish_keyblob_creation()
|
H A D | device.rs | 153 fn signing_key(&self, key_type: SigningKeyType) -> Result<KeyMaterial, Error>; in signing_key() 366 fn signing_key(&self, _key_type: SigningKeyType) -> Result<KeyMaterial, Error> { in signing_key()
|
/aosp_15_r20/system/keymint/boringssl/src/ |
H A D | ec.rs | 73 ) -> Result<crypto::KeyMaterial, Error> { in generate_nist_key() 91 ) -> Result<crypto::KeyMaterial, Error> { in generate_ed25519_key() 105 ) -> Result<crypto::KeyMaterial, Error> { in generate_x25519_key()
|
H A D | rsa.rs | 55 ) -> Result<crypto::KeyMaterial, Error> { in generate_key()
|
/aosp_15_r20/external/openthread/src/core/radio/ |
H A D | radio.hpp | 1048 const Mac::KeyMaterial &, in SetMacKey()
|
/aosp_15_r20/external/openthread/src/core/mac/ |
H A D | mac_types.hpp | 532 class KeyMaterial : public otMacKeyMaterial, public Unequatable<KeyMaterial> class 539 KeyMaterial(void) in KeyMaterial() function in ot::Mac::KeyMaterial
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/default/ta/ |
H A D | attest.rs | 412 fn signing_key(&self, key_type: SigningKeyType) -> Result<KeyMaterial, Error> { in signing_key()
|
/aosp_15_r20/external/tink/cc/util/ |
H A D | enums.cc | 256 pb::KeyData::KeyMaterialType Enums::KeyMaterial(absl::string_view name) { in KeyMaterial() function in crypto::tink::util::Enums
|
/aosp_15_r20/trusty/user/app/keymint/secure_storage_manager/ |
D | software.rs | 395 fn signing_key(&self, key_type: SigningKeyType) -> Result<KeyMaterial, Error> { in signing_key()
|
/aosp_15_r20/external/openthread/src/core/thread/ |
H A D | mle_types.hpp | 579 typedef Mac::KeyMaterial KeyMaterial; typedef
|
/aosp_15_r20/external/aws-sdk-java-v2/services/paymentcryptography/src/main/resources/codegen-resources/ |
H A D | service-2.json | 626 "KeyMaterial":{ object 925 "KeyMaterial":{ object 1184 "KeyMaterial":{ object 1722 "KeyMaterial":{ object
|
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_ndis.c | 188 UCHAR KeyMaterial[1]; member 200 UCHAR KeyMaterial[1]; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ntddndis.h | 1024 UCHAR KeyMaterial[1]; member 1036 UCHAR KeyMaterial[1]; member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
D | wmidata.h | 5844 UCHAR KeyMaterial[1]; member
|