Name

crypto_akcipher_decrypt — Invoke public key decrypt operation

Synopsis

int crypto_akcipher_decrypt (struct akcipher_request * req);
 

Arguments

req

asymmetric key request

Description

Function invokes the specific public key decrypt operation for a given public key algorithm

Return

zero on success; error code in case of error