Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_mode_t (Results 1 – 11 of 11) sorted by relevance

/mbedtls-latest/library/
Dcipher.c120 const mbedtls_cipher_mode_t mode) in mbedtls_cipher_info_from_values()
178 mbedtls_cipher_mode_t mode, size_t taglen) in mbedtls_psa_translate_cipher_mode()
280 alg = mbedtls_psa_translate_cipher_mode(((mbedtls_cipher_mode_t) cipher_info->mode), taglen); in mbedtls_cipher_setup_psa()
314 if (MBEDTLS_MODE_ECB == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) && in mbedtls_cipher_setkey()
391 MBEDTLS_MODE_CFB == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_setkey()
392 MBEDTLS_MODE_OFB == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_setkey()
393 MBEDTLS_MODE_CTR == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_setkey()
470 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_set_iv()
478 if (MBEDTLS_MODE_CCM_STAR_NO_TAG == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_set_iv()
548 if (MBEDTLS_MODE_GCM == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) { in mbedtls_cipher_update_ad()
[all …]
Dpsa_crypto_cipher.h33 size_t *key_bits, mbedtls_cipher_mode_t *mode,
Dpsa_crypto_cipher.c130 mbedtls_cipher_mode_t *mode, in mbedtls_cipher_values_from_psa()
264 mbedtls_cipher_mode_t mode; in mbedtls_cipher_info_from_psa()
Dpsa_crypto_aead.c35 mbedtls_cipher_mode_t mode; in psa_aead_setup()
Dssl_tls.c2365 mbedtls_cipher_mode_t mode) in mbedtls_ssl_get_base_mode()
/mbedtls-latest/include/mbedtls/
Dcipher.h187 } mbedtls_cipher_mode_t; typedef
426 const mbedtls_cipher_mode_t mode);
456 static inline mbedtls_cipher_mode_t mbedtls_cipher_info_get_mode( in mbedtls_cipher_info_get_mode()
462 return (mbedtls_cipher_mode_t) info->MBEDTLS_PRIVATE(mode); in mbedtls_cipher_info_get_mode()
697 static inline mbedtls_cipher_mode_t mbedtls_cipher_get_cipher_mode( in mbedtls_cipher_get_cipher_mode()
704 return (mbedtls_cipher_mode_t) ctx->MBEDTLS_PRIVATE(cipher_info)->MBEDTLS_PRIVATE(mode); in mbedtls_cipher_get_cipher_mode()
/mbedtls-latest/programs/cipher/
Dcipher_aead_demo.c163 mbedtls_cipher_mode_t mode = mbedtls_cipher_get_cipher_mode(ctx); in aead_info()
/mbedtls-latest/programs/aes/
Dcrypt_and_hash.c79 mbedtls_cipher_mode_t cipher_mode; in main()
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1137 mbedtls_cipher_mode_t *cipher_mode, in mbedtls_test_ssl_cipher_info_from_type()
1261 mbedtls_cipher_mode_t cipher_mode = MBEDTLS_MODE_NONE; in mbedtls_test_ssl_build_transforms()
/mbedtls-latest/docs/architecture/psa-migration/
Dstrategy.md126 example `mbedtls_cipher_mode_t` and its values). The
/mbedtls-latest/docs/
Dpsa-transition.md271 …dtls_cipher_type_t` (`MBEDTLS_CIPHER_base_size_mode` constants), `mbedtls_cipher_mode_t` (`MBEDTLS…