p_rsa.c | 90 uint8_t *oaep_label; member in struct:__anon7273 129 if (sctx->oaep_label) { 130 OPENSSL_free(dctx->oaep_label); 131 dctx->oaep_label = BUF_memdup(sctx->oaep_label, sctx->oaep_labellen); 132 if (!dctx->oaep_label) { 150 OPENSSL_free(rctx->oaep_label); 278 rctx->oaep_label, rctx->oaep_labellen, 318 out, key_len, rctx->tbuf, plaintext_len, rctx->oaep_label, 457 OPENSSL_free(rctx->oaep_label); [all...] |