Searched refs:mbedtls_cipher_finish_padded (Results 1 – 4 of 4) sorted by relevance
1083 int mbedtls_cipher_finish_padded(mbedtls_cipher_context_t *ctx,
1064 int mbedtls_cipher_finish_padded(mbedtls_cipher_context_t *ctx, in mbedtls_cipher_finish_padded() function1177 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()
578 mbedtls_cipher_finish_padded(&operation->ctx.cipher, in mbedtls_psa_cipher_finish()
12 * The new function mbedtls_cipher_finish_padded() is similar to