Searched refs:mbedtls_cipher_mode_t (Results 1 – 11 of 11) sorted by relevance
120 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 …]
33 size_t *key_bits, mbedtls_cipher_mode_t *mode,
130 mbedtls_cipher_mode_t *mode, in mbedtls_cipher_values_from_psa()264 mbedtls_cipher_mode_t mode; in mbedtls_cipher_info_from_psa()
35 mbedtls_cipher_mode_t mode; in psa_aead_setup()
2365 mbedtls_cipher_mode_t mode) in mbedtls_ssl_get_base_mode()
187 } mbedtls_cipher_mode_t; typedef426 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()
163 mbedtls_cipher_mode_t mode = mbedtls_cipher_get_cipher_mode(ctx); in aead_info()
79 mbedtls_cipher_mode_t cipher_mode; in main()
1137 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()
126 example `mbedtls_cipher_mode_t` and its values). The
271 …dtls_cipher_type_t` (`MBEDTLS_CIPHER_base_size_mode` constants), `mbedtls_cipher_mode_t` (`MBEDTLS…