Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dcipher.c1594 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_encrypt_ext()
1597 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode)) ? in mbedtls_cipher_auth_encrypt_ext()
1645 (MBEDTLS_MODE_KW == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_auth_decrypt_ext()
1648 (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,
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h185 MBEDTLS_MODE_KW, /**< The SP800-38F KW mode */ enumerator