Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dcipher.c1544 ( MBEDTLS_MODE_KW == ctx->cipher_info->mode || in mbedtls_cipher_auth_encrypt_ext()
1547 mbedtls_nist_kw_mode_t mode = ( MBEDTLS_MODE_KW == ctx->cipher_info->mode ) ? in mbedtls_cipher_auth_encrypt_ext()
1600 ( MBEDTLS_MODE_KW == ctx->cipher_info->mode || in mbedtls_cipher_auth_decrypt_ext()
1603 mbedtls_nist_kw_mode_t mode = ( MBEDTLS_MODE_KW == ctx->cipher_info->mode ) ? in mbedtls_cipher_auth_decrypt_ext()
Dcipher_wrap.c2053 MBEDTLS_MODE_KW,
2064 MBEDTLS_MODE_KW,
2075 MBEDTLS_MODE_KW,
/third_party/mbedtls/include/mbedtls/
Dcipher.h202 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator