Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dcipher.c1499 (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()
Dcipher_wrap.c2063 MBEDTLS_MODE_KW,
2074 MBEDTLS_MODE_KW,
2085 MBEDTLS_MODE_KW,
/third_party/mbedtls/include/mbedtls/
Dcipher.h197 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator