Home
last modified time | relevance | path

Searched refs:MBEDTLS_MODE_OFB (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dcipher.h177 MBEDTLS_MODE_OFB, /**< The OFB cipher mode. */ enumerator
/openthread-latest/third_party/mbedtls/repo/library/
Dcipher.c392 MBEDTLS_MODE_OFB == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_setkey()
753 if (((mbedtls_cipher_mode_t) ctx->cipher_info->mode) == MBEDTLS_MODE_OFB) { in mbedtls_cipher_update()
1040 MBEDTLS_MODE_OFB == ((mbedtls_cipher_mode_t) ctx->cipher_info->mode) || in mbedtls_cipher_finish()
Dcipher_wrap.c410 MBEDTLS_MODE_OFB,
422 MBEDTLS_MODE_OFB,
433 MBEDTLS_MODE_OFB,
Dpsa_crypto_cipher.c162 *mode = MBEDTLS_MODE_OFB; in mbedtls_cipher_values_from_psa()
/openthread-latest/third_party/mbedtls/repo/programs/aes/
Dcrypt_and_hash.c410 cipher_mode != MBEDTLS_MODE_OFB && in main()