Home
last modified time | relevance | path

Searched refs:mbedtls_cipher_finish_padded (Results 1 – 4 of 4) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dcipher.h1083 int mbedtls_cipher_finish_padded(mbedtls_cipher_context_t *ctx,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dcipher.c1064 int mbedtls_cipher_finish_padded(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_finish_padded() function
1177 int ret = mbedtls_cipher_finish_padded(ctx, output, olen, in mbedtls_cipher_finish()
1456 if ((ret = mbedtls_cipher_finish_padded(ctx, output + *olen, in mbedtls_cipher_crypt()
H A Dpsa_crypto_cipher.c578 mbedtls_cipher_finish_padded(&operation->ctx.cipher, in mbedtls_psa_cipher_finish()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog12 * The new function mbedtls_cipher_finish_padded() is similar to