Searched refs:oaep_label (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rsa/
H A Drsa_pmeth.c96 unsigned char *oaep_label; member in struct:__anon4931
115 rctx->oaep_label = NULL;
141 if (sctx->oaep_label) {
142 if (dctx->oaep_label)
143 OPENSSL_free(dctx->oaep_label);
144 dctx->oaep_label = BUF_memdup(sctx->oaep_label, sctx->oaep_labellen);
145 if (!dctx->oaep_label)
170 if (rctx->oaep_label)
171 OPENSSL_free(rctx->oaep_label);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rsa/
H A Drsa_pmeth.c96 unsigned char *oaep_label; member in struct:__anon4582
115 rctx->oaep_label = NULL;
141 if (sctx->oaep_label) {
142 if (dctx->oaep_label)
143 OPENSSL_free(dctx->oaep_label);
144 dctx->oaep_label = BUF_memdup(sctx->oaep_label, sctx->oaep_labellen);
145 if (!dctx->oaep_label)
170 if (rctx->oaep_label)
171 OPENSSL_free(rctx->oaep_label);
[all...]

Completed in 57 milliseconds