Home
last modified time | relevance | path

Searched refs:NID_rsaEncryption (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Dobj_xref.h23 {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
24 {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
25 {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption},
26 {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
29 {NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption},
33 {NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption},
34 {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
36 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
37 {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
38 {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
[all …]
H A Dobj_dat.h1089 {"rsaEncryption", "rsaEncryption", NID_rsaEncryption, 9, &so[37]},
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobj_xref.h23 {NID_md2WithRSAEncryption, NID_md2, NID_rsaEncryption},
24 {NID_md5WithRSAEncryption, NID_md5, NID_rsaEncryption},
25 {NID_shaWithRSAEncryption, NID_sha, NID_rsaEncryption},
26 {NID_sha1WithRSAEncryption, NID_sha1, NID_rsaEncryption},
29 {NID_mdc2WithRSA, NID_mdc2, NID_rsaEncryption},
33 {NID_ripemd160WithRSA, NID_ripemd160, NID_rsaEncryption},
34 {NID_md4WithRSAEncryption, NID_md4, NID_rsaEncryption},
36 {NID_sha256WithRSAEncryption, NID_sha256, NID_rsaEncryption},
37 {NID_sha384WithRSAEncryption, NID_sha384, NID_rsaEncryption},
38 {NID_sha512WithRSAEncryption, NID_sha512, NID_rsaEncryption},
[all …]
H A Dobj_dat.h1128 {"rsaEncryption", "rsaEncryption", NID_rsaEncryption, 9, &so[37]},
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_rsa.c56 if (nid == NID_rsaEncryption) in rsa_cms_decrypt()
132 return X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), in rsa_cms_encrypt()
212 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_cms_sign()
258 if (nid == NID_rsaEncryption) in rsa_cms_verify()
262 if (nid2 == NID_rsaEncryption) in rsa_cms_verify()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c532 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_pkey_ctrl()
767 if (nid == NID_rsaEncryption) in rsa_cms_verify()
771 if (nid2 == NID_rsaEncryption) in rsa_cms_verify()
813 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_cms_sign()
933 if (nid == NID_rsaEncryption) in rsa_cms_decrypt()
1005 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in rsa_cms_encrypt()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509type.c67 case NID_rsaEncryption: in X509_certificate_type()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509type.c67 case NID_rsaEncryption: in X509_certificate_type()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
H A Dpk7_lib.c333 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in pkcs7_rsa_sign_verify_setup()
612 X509_ALGOR_set0(alg, OBJ_nid2obj(NID_rsaEncryption), V_ASN1_NULL, 0); in pkcs7_rsa_encrypt_decrypt_setup()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_get_shared_sigalgs.pod67 NID_rsaEncryption and B<*psighash> NID_sha256WithRSAEncryption.
H A DEVP_PKEY_set1_RSA.pod69 the NIDs B<NID_rsaEncryption> (equivalent to B<EVP_PKEY_RSA>) or
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_get_shared_sigalgs.pod67 NID_rsaEncryption and B<*psighash> NID_sha256WithRSAEncryption.
H A DEVP_PKEY_set1_RSA.pod77 use the OIDs corresponding to the NIDs B<NID_rsaEncryption> (equivalent to
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Devp.h42 # define EVP_PKEY_RSA NID_rsaEncryption
H A Dobj_mac.h534 #define NID_rsaEncryption 6 macro
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Devp.h59 # define EVP_PKEY_RSA NID_rsaEncryption
H A Dobj_mac.h543 #define NID_rsaEncryption 6 macro