/trusted-firmware-m-3.7.0/platform/ext/target/arm/rse/common/bl2/ |
D | create_xip_tables.py | 70 cipher = Cipher(algorithms.AES(encrypt_key), modes.CTR(counter_val)) variable 71 enc_image.append(cipher.encryptor().update(chunk))
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/ |
D | common_crypto_sym.c | 88 const EVP_CIPHER *cipher = NULL; in CC_CommonAesCbcDecrypt() local 112 cipher = EVP_get_cipherbyname("aes-128-cbc"); in CC_CommonAesCbcDecrypt() 113 if (NULL == cipher) { in CC_CommonAesCbcDecrypt() 127 … status = EVP_BytesToKey(cipher, dgst, NULL, (uint8_t *) pwdBuff, pwdBuffLen, 1, keyBuff, ivBuff); in CC_CommonAesCbcDecrypt()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | ccm_alt.c | 37 mbedtls_cipher_id_t cipher, in mbedtls_ccm_setkey() argument 41 return mbedtls_ccm_setkey_int(ctx, cipher, key, keybits); in mbedtls_ccm_setkey()
|
D | gcm_alt.c | 72 mbedtls_cipher_id_t cipher, in mbedtls_gcm_setkey() argument 83 if (cipher != MBEDTLS_CIPHER_ID_AES) { in mbedtls_gcm_setkey()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
D | mbedtls_ccm_internal.h | 21 int mbedtls_ccm_setkey_int(mbedtls_ccm_context *ctx, mbedtls_cipher_id_t cipher, const unsigned cha…
|
D | mbedtls_ccm_internal.c | 595 int mbedtls_ccm_setkey_int(mbedtls_ccm_context *ctx, mbedtls_cipher_id_t cipher, const unsigned cha… in mbedtls_ccm_setkey_int() argument 606 if (cipher != MBEDTLS_CIPHER_ID_AES) in mbedtls_ccm_setkey_int()
|
/trusted-firmware-m-3.7.0/interface/include/mbedtls/ |
D | nist_kw.h | 86 mbedtls_cipher_id_t cipher,
|
D | ssl_ticket.h | 126 mbedtls_cipher_type_t cipher,
|
D | gcm.h | 111 mbedtls_cipher_id_t cipher,
|
D | ccm.h | 124 mbedtls_cipher_id_t cipher,
|
D | ssl_ciphersuites.h | 452 uint8_t MBEDTLS_PRIVATE(cipher); /* mbedtls_cipher_type_t */
|
/trusted-firmware-m-3.7.0/interface/include/psa/ |
D | crypto_builtin_primitives.h | 108 mbedtls_cipher_context_t MBEDTLS_PRIVATE(cipher);
|
/trusted-firmware-m-3.7.0/docs/security/security_advisories/ |
D | crypto_multi_part_ops_abort_fail.rst | 6 | | multi-part MAC/hashing/cipher operations. | 84 psa_cipher_operation_t cipher; /*!< Cipher operation context */ 99 During multi-part hashing/MAC/cipher operations, if the underlying crypto 153 - Multi-part cipher operations 192 - Multi-part cipher operations
|
D | index.rst | 27 | | multi-part MAC/hashing/cipher operations. |
|
/trusted-firmware-m-3.7.0/docs/configuration/profiles/ |
D | tfm_profile_medium.rst | 10 Cloud services with asymmetric cipher support. 11 Profile Medium target devices need more resources for more cipher algorithms 30 - Asymmetric key based cipher suite suggested in TLS/DTLS profiles for 104 Applications can also support TLS PSK [RFC4279]_ cipher suites, such as 114 If a Crypto hardware accelerator is integrated, the cipher suites and 117 More details of cipher suite are described below. 133 cipher suite should be switched accordingly. 139 AEAD algorithm for PS service as the one used by TLS/DTLS cipher suite. 171 for TLS/DTLS cipher suite. 297 …| ``TFM_CRYPTO_TEST_CHACHA20`` | ``OFF`` | Disable ChaCha20 stream cipher test…
|
D | index.rst | 14 For example, use cases require different cipher capabilities. Selecting cipher suites can be
|
D | tfm_profile_small.rst | 35 - Symmetric cipher only 37 cipher suites defined in TLS pre-shared key (TLS-PSK) [1]_. 124 capabilities as defined in TLS-PSK, such as one symmetric cipher algorithm 127 TF-M Profile Small selects TLS-PSK cipher suite TLS_PSK_WITH_AES_128_CCM [5]_ 144 Proper symmetric key algorithms and cipher suites should be selected 149 configuring algorithms and cipher suites. 381 - Disable asymmetric cipher 496 …| ``TFM_CRYPTO_TEST_CHACHA20`` | ``OFF`` | Test ChaCha20 stream cipher …
|
D | tfm_profile_large.rst | 18 - More crypto algorithms and cipher suites are selected to securely connect 42 - Asymmetric key based cipher suites defined in TLS 1.2 [5]_ to support 96 support multiple common cipher suites required by various major CSPs. Therefore, 105 and cipher suites, compared to Profile Medium [2]_. 363 …| ``TFM_CRYPTO_TEST_CHACHA20`` | ``OFF`` | Test ChaCha20 stream cipher …
|
/trusted-firmware-m-3.7.0/bl1/bl1_2/scripts/ |
D | create_bl2_img.py | 110 cipher = Cipher(algorithms.AES(encrypt_key), modes.CTR(counter_val)) 111 return cipher.encryptor().update(blob)
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/crypto/ |
D | crypto_alloc.c | 42 psa_cipher_operation_t cipher; /*!< Cipher operation context */ member
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/cc3x_boot_cert/examples/content_cert/ |
D | sb_cnt_cert.cfg | 20 …ographic verification and decryption mode: 0 = do Hash on plain image; 1 = do Hash on cipher image.
|
D | sb_cnt_cert_verify_flash.cfg | 20 …ographic verification and decryption mode: 0 = do Hash on plain image; 1 = do Hash on cipher image.
|
D | sb_cnt_cert_verify_mem.cfg | 20 …fication and decryption mode: 0 = do Hash on plain image; 1 = do Hash on cipher image.<code encode…
|
D | sb_cnt_cert_enc_0.cfg | 20 …ographic verification and decryption mode: 0 = do Hash on plain image; 1 = do Hash on cipher image.
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/ |
D | psa_driver_api_design.rst | 72 * ``cipher``: Symmetric cipher encryption and decryption algorithms 121 * ``cc3xx_cipher_operation_t``: Required for symmetric cipher multipart 185 * ``cipher``: AES-ECB, AES-CBC (No padding, PKCS7 padding), AES-CTR, AES-OFB,
|