/mbedtls-3.4.0/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 | 208 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( KEY_SIZE_BYTES ) ); in generate() 288 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( KEY_SIZE_BYTES ) ); in derive_key_ladder() 353 psa_set_key_bits( &attributes, WRAPPING_KEY_BITS ); in derive_wrapping_key()
|
D | hmac_demo.c | 119 psa_set_key_bits( &attributes, 8 * sizeof( key_bytes ) ); // optional in hmac_demo()
|
D | aead_demo.c | 164 psa_set_key_bits( &attributes, key_bits ); // optional in aead_prepare()
|
/mbedtls-3.4.0/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_attributes.function | 38 psa_set_key_bits( &attributes, bits );
|
D | test_suite_psa_crypto_storage_format.function | 329 psa_set_key_bits( &attributes, bits ); 373 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 | 958 psa_set_key_bits( &attributes, 1187 psa_set_key_bits( &attributes, bits ); 1236 psa_set_key_bits( &attributes, bits ); 1344 psa_set_key_bits( &drv_attributes, bits ); 1487 psa_set_key_bits( &attributes, bit_size );
|
D | test_suite_psa_crypto_persistent_key.function | 59 psa_set_key_bits( &attributes, key_bits );
|
D | test_suite_pk.function | 109 psa_set_key_bits( &attributes, bits ); 130 psa_set_key_bits( &attributes, bits ); 273 psa_set_key_bits( &attributes, parameter );
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 478 psa_set_key_bits( &attributes, 8 );
|
D | test_suite_psa_crypto.function | 1426 psa_set_key_bits( &attributes, attr_bits ); 1792 psa_set_key_bits( &attributes, bits ); 2598 psa_set_key_bits( &target_attributes, target_bits_arg ); 7472 psa_set_key_bits( &attributes, 8 ); 7753 psa_set_key_bits( &attributes4, PSA_BYTES_TO_BITS( requested_capacity ) ); 7953 psa_set_key_bits( &attributes, derived_bits ); 8033 psa_set_key_bits( &derived_attributes, PSA_BYTES_TO_BITS( bytes1 ) ); 8041 psa_set_key_bits( &derived_attributes, PSA_BYTES_TO_BITS( bytes2 ) ); 8103 psa_set_key_bits( &derived_attributes, bits ); 8156 psa_set_key_bits( &derived_attributes, bits ); [all …]
|
D | test_suite_psa_crypto_driver_wrappers.function | 372 psa_set_key_bits( &attributes, 256 ); 451 psa_set_key_bits( &attributes, 0 ); 495 psa_set_key_bits( &attributes, 256 );
|
/mbedtls-3.4.0/library/ |
D | ssl_ticket.c | 90 psa_set_key_bits( &attributes, key->key_bits ); in ssl_ticket_gen_key() 182 psa_set_key_bits( &attributes, key->key_bits ); in mbedtls_ssl_ticket_rotate()
|
D | ssl_cookie.c | 128 psa_set_key_bits( &attributes, PSA_BYTES_TO_BITS( COOKIE_MD_OUTLEN ) ); in mbedtls_ssl_cookie_setup()
|
D | pk.c | 848 psa_set_key_bits( &attributes, bits ); in mbedtls_pk_wrap_as_opaque() 882 psa_set_key_bits( &attributes, mbedtls_pk_get_bitlen( pk ) ); in mbedtls_pk_wrap_as_opaque()
|
D | ssl_tls13_generic.c | 1536 psa_set_key_bits( &key_attributes, handshake->ecdh_bits ); in mbedtls_ssl_tls13_generate_and_write_ecdh_key_exchange()
|
D | ssl_tls12_client.c | 2915 psa_set_key_bits( &key_attributes, handshake->ecdh_bits ); in ssl_write_client_key_exchange() 3088 psa_set_key_bits( &key_attributes, handshake->ecdh_bits ); in ssl_write_client_key_exchange()
|
D | ssl_tls12_server.c | 2716 psa_set_key_bits( &key_attributes, ssl->handshake->ecdh_bits ); in ssl_get_ecdh_params_from_cert() 3038 psa_set_key_bits( &key_attributes, handshake->ecdh_bits ); in ssl_prepare_server_key_exchange()
|
/mbedtls-3.4.0/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);
|
/mbedtls-3.4.0/tests/src/drivers/ |
D | test_driver_key_management.c | 688 psa_set_key_bits( attributes, 128 ); in mbedtls_test_opaque_get_builtin_key() 707 psa_set_key_bits( attributes, 256 ); in mbedtls_test_opaque_get_builtin_key()
|
/mbedtls-3.4.0/include/psa/ |
D | crypto_struct.h | 494 static inline void psa_set_key_bits( psa_key_attributes_t *attributes, in psa_set_key_bits() function
|
D | crypto.h | 333 static void psa_set_key_bits(psa_key_attributes_t *attributes,
|