Searched refs:psa_set_key_bits (Results 1 – 20 of 20) sorted by relevance
/third_party/mbedtls/programs/psa/ |
D | crypto_examples.c | 184 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()
|
D | key_ladder_demo.c | 205 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/ |
D | test_suite_psa_crypto_not_supported.function | 43 psa_set_key_bits( &attributes, bits );
|
D | test_suite_psa_crypto_generate_key.function | 28 psa_set_key_bits( &attributes, bits );
|
D | test_suite_psa_crypto_storage_format.function | 176 psa_set_key_bits( &attributes, bits ); 220 psa_set_key_bits( &attributes, bits );
|
D | test_suite_psa_crypto_attributes.function | 38 psa_set_key_bits( &attributes, bits );
|
D | test_suite_psa_crypto_entropy.function | 46 psa_set_key_bits( &attributes, 128 );
|
D | test_suite_psa_crypto_se_driver_hal.function | 949 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 );
|
D | test_suite_psa_crypto_persistent_key.function | 54 psa_set_key_bits( &attributes, key_bits );
|
D | test_suite_psa_crypto_driver_wrappers.function | 262 psa_set_key_bits( &attributes, 256 ); 332 psa_set_key_bits( &attributes, 0 ); 375 psa_set_key_bits( &attributes, 256 );
|
D | test_suite_psa_crypto.function | 677 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 …]
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 478 psa_set_key_bits( &attributes, 8 );
|
D | test_suite_pk.function | 106 psa_set_key_bits( &attributes, bits );
|
/third_party/mbedtls/docs/ |
D | getting_started.md | 95 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/ |
D | test_driver_key_management.c | 679 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/ |
D | crypto_struct.h | 474 static inline void psa_set_key_bits( psa_key_attributes_t *attributes, in psa_set_key_bits() function
|
D | crypto.h | 329 static void psa_set_key_bits(psa_key_attributes_t *attributes,
|
/third_party/mbedtls/library/ |
D | pk.c | 633 psa_set_key_bits( &attributes, bits ); in mbedtls_pk_wrap_as_opaque()
|
D | ssl_cli.c | 3563 psa_set_key_bits( &key_attributes, handshake->ecdh_bits ); in ssl_write_client_key_exchange()
|
D | psa_crypto.c | 4324 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( hmac_key_length ) ); in psa_key_derivation_start_hmac()
|