decrypt
if (decrypt)
if (decrypt)
if (decrypt)
int decrypt = 0;
decrypt = 1;
int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt) {
if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt) {
return ctx->pmeth->decrypt(ctx, out, outlen, in, inlen);
ctx->pmeth->encrypt || ctx->pmeth->decrypt) ||
int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
pmeth->decrypt = decrypt;
.decrypt = pkey_gost01_decrypt,
.decrypt = pkey_rsa_decrypt,
int (*decrypt)(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen,
int decrypt;
int decrypt;
decrypt(tx);