Searched refs:MBEDTLS_MODE_KW (Results 1 – 3 of 3) sorted by relevance
1554 ( MBEDTLS_MODE_KW == ctx->cipher_info->mode || in mbedtls_cipher_auth_encrypt_ext()1557 mbedtls_nist_kw_mode_t mode = ( MBEDTLS_MODE_KW == ctx->cipher_info->mode ) ? in mbedtls_cipher_auth_encrypt_ext()1610 ( MBEDTLS_MODE_KW == ctx->cipher_info->mode || in mbedtls_cipher_auth_decrypt_ext()1613 mbedtls_nist_kw_mode_t mode = ( MBEDTLS_MODE_KW == ctx->cipher_info->mode ) ? in mbedtls_cipher_auth_decrypt_ext()
2053 MBEDTLS_MODE_KW,2064 MBEDTLS_MODE_KW,2075 MBEDTLS_MODE_KW,
202 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator
Completed in 10 milliseconds