Searched refs:oaep (Results 1 – 12 of 12) sorted by relevance
20 RSA_OAEP_PARAMS *oaep; in rsa_oaep_decode() local22 oaep = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(RSA_OAEP_PARAMS), in rsa_oaep_decode()25 if (oaep == NULL) in rsa_oaep_decode()28 if (oaep->maskGenFunc != NULL) { in rsa_oaep_decode()29 oaep->maskHash = ossl_x509_algor_mgf1_decode(oaep->maskGenFunc); in rsa_oaep_decode()30 if (oaep->maskHash == NULL) { in rsa_oaep_decode()31 RSA_OAEP_PARAMS_free(oaep); in rsa_oaep_decode()35 return oaep; in rsa_oaep_decode()47 RSA_OAEP_PARAMS *oaep; in rsa_cms_decrypt() local62 oaep = rsa_oaep_decode(cmsalg); in rsa_cms_decrypt()[all …]
21 RSA_OAEP_PARAMS *oaep; in rsa_oaep_decode() local23 oaep = ASN1_TYPE_unpack_sequence(ASN1_ITEM_rptr(RSA_OAEP_PARAMS), in rsa_oaep_decode()26 if (oaep == NULL) in rsa_oaep_decode()29 if (oaep->maskGenFunc != NULL) { in rsa_oaep_decode()30 oaep->maskHash = ossl_x509_algor_mgf1_decode(oaep->maskGenFunc); in rsa_oaep_decode()31 if (oaep->maskHash == NULL) { in rsa_oaep_decode()32 RSA_OAEP_PARAMS_free(oaep); in rsa_oaep_decode()36 return oaep; in rsa_oaep_decode()48 RSA_OAEP_PARAMS *oaep; in rsa_cms_decrypt() local63 oaep = rsa_oaep_decode(cmsalg); in rsa_cms_decrypt()[all …]
265 Ctrl = rsa_padding_mode:oaep271 Ctrl = rsa_padding_mode:oaep623 Ctrl = rsa_padding_mode:oaep629 Ctrl = rsa_padding_mode:oaep635 Ctrl = rsa_padding_mode:oaep641 Ctrl = rsa_padding_mode:oaep647 Ctrl = rsa_padding_mode:oaep653 Ctrl = rsa_padding_mode:oaep677 Ctrl = rsa_padding_mode:oaep683 Ctrl = rsa_padding_mode:oaep[all …]
102 RSA_OAEP_PARAMS *oaep = (RSA_OAEP_PARAMS *)*pval; variable103 X509_ALGOR_free(oaep->maskHash);
24 =item "oaep" (B<OSSL_PKEY_RSA_PAD_MODE_OAEP>)58 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string>
221 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string ptr>225 =item "oaep-label" (B<OSSL_ASYM_CIPHER_PARAM_OAEP_LABEL>) <octet string>
26 [B<-oaep>]102 =item B<-pkcs>, B<-oaep>, B<-x931> B<-raw>
235 PKCS#1 padding, B<none> for no padding, B<oaep>243 For B<oaep> mode only encryption and decryption is supported.402 -pkeyopt rsa_padding_mode:oaep -pkeyopt rsa_oaep_md:sha256
850 -recip cert.pem -keyopt rsa_padding_mode:oaep
315 CMS_R_INVALID_OAEP_PARAMETERS:191:invalid oaep parameters1175 RSA_R_INVALID_OAEP_PARAMETERS:161:invalid oaep parameters1199 RSA_R_OAEP_DECODING_ERROR:121:oaep decoding error
315 CMS_R_INVALID_OAEP_PARAMETERS:191:invalid oaep parameters1177 RSA_R_INVALID_OAEP_PARAMETERS:161:invalid oaep parameters1201 RSA_R_OAEP_DECODING_ERROR:121:oaep decoding error