Home
last modified time | relevance | path

Searched refs:psa_set_key_bits (Results 1 – 20 of 20) sorted by relevance

/third_party/mbedtls/programs/psa/
Dcrypto_examples.c184 psa_set_key_bits( &attributes, key_bits ); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
232 psa_set_key_bits( &attributes, key_bits ); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
279 psa_set_key_bits( &attributes, key_bits ); in cipher_example_encrypt_decrypt_aes_ctr_multi()
Dkey_ladder_demo.c205 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( KEY_SIZE_BYTES ) ); in generate()
283 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( KEY_SIZE_BYTES ) ); in derive_key_ladder()
348 psa_set_key_bits( &attributes, WRAPPING_KEY_BITS ); in derive_wrapping_key()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_not_supported.function43 psa_set_key_bits( &attributes, bits );
Dtest_suite_psa_crypto_generate_key.function28 psa_set_key_bits( &attributes, bits );
Dtest_suite_psa_crypto_storage_format.function176 psa_set_key_bits( &attributes, bits );
220 psa_set_key_bits( &attributes, bits );
Dtest_suite_psa_crypto_attributes.function38 psa_set_key_bits( &attributes, bits );
Dtest_suite_psa_crypto_entropy.function46 psa_set_key_bits( &attributes, 128 );
Dtest_suite_psa_crypto_se_driver_hal.function949 psa_set_key_bits( &attributes,
1178 psa_set_key_bits( &attributes, bits );
1227 psa_set_key_bits( &attributes, bits );
1335 psa_set_key_bits( &drv_attributes, bits );
1478 psa_set_key_bits( &attributes, bit_size );
Dtest_suite_psa_crypto_persistent_key.function54 psa_set_key_bits( &attributes, key_bits );
Dtest_suite_psa_crypto_driver_wrappers.function262 psa_set_key_bits( &attributes, 256 );
332 psa_set_key_bits( &attributes, 0 );
375 psa_set_key_bits( &attributes, 256 );
Dtest_suite_psa_crypto.function677 psa_set_key_bits( &attributes, attr_bits );
1043 psa_set_key_bits( &attributes, bits );
1752 psa_set_key_bits( &target_attributes, target_bits_arg );
5972 psa_set_key_bits( &attributes, 8 );
6302 psa_set_key_bits( &attributes, derived_bits );
6382 psa_set_key_bits( &derived_attributes, PSA_BYTES_TO_BITS( bytes1 ) );
6390 psa_set_key_bits( &derived_attributes, PSA_BYTES_TO_BITS( bytes2 ) );
6446 psa_set_key_bits( &derived_attributes, bits );
6747 psa_set_key_bits( &attributes, bits );
6816 psa_set_key_bits( &attributes, bits );
[all …]
Dtest_suite_psa_crypto_se_driver_hal_mocks.function478 psa_set_key_bits( &attributes, 8 );
Dtest_suite_pk.function106 psa_set_key_bits( &attributes, bits );
/third_party/mbedtls/docs/
Dgetting_started.md95 psa_set_key_bits(&attributes, 128);
154 psa_set_key_bits(&attributes, 1024);
234 psa_set_key_bits(&attributes, 128);
318 psa_set_key_bits(&attributes, 128);
655 psa_set_key_bits(&attributes, 128);
728 psa_set_key_bits(&attributes, 128);
799 psa_set_key_bits(&attributes, 128);
869 psa_set_key_bits(&attributes, key_bits);
/third_party/mbedtls/tests/src/drivers/
Dtest_driver_key_management.c679 psa_set_key_bits( attributes, 128 ); in mbedtls_test_opaque_get_builtin_key()
698 psa_set_key_bits( attributes, 256 ); in mbedtls_test_opaque_get_builtin_key()
/third_party/mbedtls/include/psa/
Dcrypto_struct.h474 static inline void psa_set_key_bits( psa_key_attributes_t *attributes, in psa_set_key_bits() function
Dcrypto.h329 static void psa_set_key_bits(psa_key_attributes_t *attributes,
/third_party/mbedtls/library/
Dpk.c633 psa_set_key_bits( &attributes, bits ); in mbedtls_pk_wrap_as_opaque()
Dssl_cli.c3563 psa_set_key_bits( &key_attributes, handshake->ecdh_bits ); in ssl_write_client_key_exchange()
Dpsa_crypto.c4324 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( hmac_key_length ) ); in psa_key_derivation_start_hmac()