Searched defs:key_type (Results 1 – 11 of 11) sorted by relevance
685 let key_type = SigningKeyType { which: SigningKey::Batch, algo_hint: algorithm }; in read_certificates_test() localVariable769 let key_type = SigningKeyType { which: SigningKey::Batch, algo_hint: SigningAlgorithm::Ec }; in multiple_attestation_calls_work() localVariable773 let key_type = in multiple_attestation_calls_work() localVariable790 let key_type = SigningKeyType { which: SigningKey::Batch, algo_hint: algorithm }; in read_key_test() localVariable828 let key_type = SigningKeyType { which: SigningKey::Batch, algo_hint: algorithm }; in read_non_pkcs8_key_test() localVariable856 let key_type = SigningKeyType { which: SigningKey::Batch, algo_hint: SigningAlgorithm::Ec }; in unprovisioned_keys_certs_reads_produces_error() localVariable858 let key_type = in unprovisioned_keys_certs_reads_produces_error() localVariable895 let key_type = SigningKeyType { which: SigningKey::Batch, algo_hint: algorithm }; in provision_certs_test_impl() localVariable936 let key_type = SigningKeyType { which: SigningKey::Batch, algo_hint: algorithm }; in clear_certificate_chain_works_impl() localVariable
180 key_type: KeyTypeSerializable, field302 let mut key_type: Option<KeyTypeSerializable> = None; in from_cbor_value() localVariable357 let key_type = key_type.ok_or(CoseError::EncodeFailed)?; in from_cbor_value() localVariable
71 uint32_t key_type; member
104 uint32_t key_type; member
228 let key_type = KeyType::HMAC_SHA256; in derive_dice_policy_bound_key() localVariable461 let key_type = KeyType::AES_128_CBC_PKCS7_PADDING; in import_clear_aes_key() localVariable532 let key_type = KeyType::HMAC_SHA256; in import_clear_hmac_key() localVariable668 let key_type = KeyType::AES_128_CBC_PKCS7_PADDING; in create_key_tokens() localVariable755 let key_type = KeyType::AES_128_CBC_PKCS7_PADDING; in key_token_import_wrong_policy() localVariable
116 let key_type = KeyType::AES_256_CBC_PKCS7_PADDING; in aes_simple_test_from_binder() localVariable
167 key_type: KeyTypeSerializable, field1186 let key_type = &policy.keyType; in check_key_material_with_policy() localVariable1486 let key_type = KeyType::AES_256_GCM; in generate_key_material_test() localVariable1558 let key_type = KeyType::AES_256_GCM; in expiration_time_on_exported_token() localVariable1589 let key_type = KeyType::AES_256_CBC_PKCS7_PADDING; in aes_simple_test_expired_key() localVariable
1415 let key_type = KeyType::AES_256_CBC_PKCS7_PADDING; in aes_simple_test() localVariable1742 let key_type = KeyType::AES_128_CBC_NO_PADDING; in aes_simple_cbcs_test() localVariable1901 let key_type = KeyType::AES_128_CBC_NO_PADDING; in aes_simple_all_encrypted_cbcs_test() localVariable2011 let key_type = KeyType::AES_128_CBC_NO_PADDING; in aes_simple_cbcs_test_non_block_multiple() localVariable
716 let key_type = KeyType::AES_256_CBC_PKCS7_PADDING; in use_aes_key() localVariable803 let key_type = KeyType::AES_256_CBC_PKCS7_PADDING; in process_aes_encrypt_decrypt_operations() localVariable
47 const cppbor::Int* key_type = cose_key->get(1)->asInt(); in validate_pub_key_ed25519() local
230 uint32_t key_type; member