Home
last modified time | relevance | path

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

/mbedtls-development/programs/psa/
A 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()
A 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()
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_not_supported.function43 psa_set_key_bits( &attributes, bits );
A Dtest_suite_psa_crypto_generate_key.function28 psa_set_key_bits( &attributes, bits );
A Dtest_suite_psa_crypto_storage_format.function176 psa_set_key_bits( &attributes, bits );
220 psa_set_key_bits( &attributes, bits );
A Dtest_suite_psa_crypto_attributes.function38 psa_set_key_bits( &attributes, bits );
A Dtest_suite_psa_crypto_entropy.function46 psa_set_key_bits( &attributes, 128 );
A 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 );
A Dtest_suite_psa_crypto_persistent_key.function54 psa_set_key_bits( &attributes, key_bits );
A 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 );
A Dtest_suite_psa_crypto_se_driver_hal_mocks.function478 psa_set_key_bits( &attributes, 8 );
A 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 );
5938 psa_set_key_bits( &attributes, 8 );
6268 psa_set_key_bits( &attributes, derived_bits );
6348 psa_set_key_bits( &derived_attributes, PSA_BYTES_TO_BITS( bytes1 ) );
6356 psa_set_key_bits( &derived_attributes, PSA_BYTES_TO_BITS( bytes2 ) );
6412 psa_set_key_bits( &derived_attributes, bits );
6713 psa_set_key_bits( &attributes, bits );
6782 psa_set_key_bits( &attributes, bits );
[all …]
A Dtest_suite_pk.function106 psa_set_key_bits( &attributes, bits );
/mbedtls-development/tests/src/drivers/
A Dtest_driver_key_management.c577 psa_set_key_bits( attributes, 128 ); in mbedtls_test_opaque_get_builtin_key()
596 psa_set_key_bits( attributes, 256 ); in mbedtls_test_opaque_get_builtin_key()
/mbedtls-development/docs/
A 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);
/mbedtls-development/include/psa/
A Dcrypto_struct.h474 static inline void psa_set_key_bits( psa_key_attributes_t *attributes, in psa_set_key_bits() function
A Dcrypto.h329 static void psa_set_key_bits(psa_key_attributes_t *attributes,
/mbedtls-development/library/
A Dpk.c633 psa_set_key_bits( &attributes, bits ); in mbedtls_pk_wrap_as_opaque()
A Dssl_cli.c3557 psa_set_key_bits( &key_attributes, handshake->ecdh_bits ); in ssl_write_client_key_exchange()
A Dpsa_crypto.c4254 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( hmac_key_length ) ); in psa_key_derivation_start_hmac()

Completed in 47 milliseconds