Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_KW (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/library/
Dcipher.c1597 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_encrypt_ext()
1600 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) ? in mbedtls_cipher_auth_encrypt_ext()
1648 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_decrypt_ext()
1651 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) ? in mbedtls_cipher_auth_decrypt_ext()
Dcipher_wrap.c2186 MBEDTLS_MODE_KW,
2198 MBEDTLS_MODE_KW,
2209 MBEDTLS_MODE_KW,
/mbedtls-latest/include/mbedtls/
Dcipher.h185 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator