Searched refs:MBEDTLS_MODE_KW (Results 1 – 3 of 3) sorted by relevance
1499 (MBEDTLS_MODE_KW == ctx->cipher_info->mode || in mbedtls_cipher_auth_encrypt_ext()1501 mbedtls_nist_kw_mode_t mode = (MBEDTLS_MODE_KW == ctx->cipher_info->mode) ? in mbedtls_cipher_auth_encrypt_ext()1549 (MBEDTLS_MODE_KW == ctx->cipher_info->mode || in mbedtls_cipher_auth_decrypt_ext()1551 mbedtls_nist_kw_mode_t mode = (MBEDTLS_MODE_KW == ctx->cipher_info->mode) ? in mbedtls_cipher_auth_decrypt_ext()
2063 MBEDTLS_MODE_KW,2074 MBEDTLS_MODE_KW,2085 MBEDTLS_MODE_KW,
197 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator