Searched refs:mbedtls_cipher_finish (Results 1 – 5 of 5) sorted by relevance
734 int mbedtls_cipher_finish( mbedtls_cipher_context_t *ctx,
1830 #define cipher_finish mbedtls_cipher_finish
172 if (mbedtls_cipher_finish(&ctx, out_bytes, &out_len) != 0) { in snmpv3_crypt()
245 if( ( ret = mbedtls_cipher_finish( &cipher_ctx, output + olen, &olen ) ) != 0 ) in mbedtls_pkcs12_pbe()
781 int mbedtls_cipher_finish( mbedtls_cipher_context_t *ctx, in mbedtls_cipher_finish() function1042 if( ( ret = mbedtls_cipher_finish( ctx, output + *olen, &finish_olen ) ) != 0 ) in mbedtls_cipher_crypt()