Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dcipher_wrap.c2221 MBEDTLS_MODE_KWP,
2233 MBEDTLS_MODE_KWP,
2244 MBEDTLS_MODE_KWP,
Dcipher.c1598 MBEDTLS_MODE_KWP == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode))) { in mbedtls_cipher_auth_encrypt_ext()
1649 MBEDTLS_MODE_KWP == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode))) { in mbedtls_cipher_auth_decrypt_ext()
/mbedtls-latest/include/mbedtls/
Dcipher.h186 MBEDTLS_MODE_KWP, /**< The SP800-38F KWP mode */ enumerator