Searched refs:digest_enc_alg (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs7/
H A Dpk7_lib.c404 if (p7i->digest_enc_alg->parameter != NULL)
405 ASN1_TYPE_free(p7i->digest_enc_alg->parameter);
409 p7i->digest_enc_alg->algorithm=OBJ_nid2obj(NID_rsaEncryption);
410 if (!(p7i->digest_enc_alg->parameter=ASN1_TYPE_new()))
412 p7i->digest_enc_alg->parameter->type=V_ASN1_NULL;
419 p7i->digest_enc_alg->algorithm=OBJ_nid2obj(NID_dsa);
423 p7i->digest_enc_alg->algorithm=OBJ_nid2obj(NID_dsaWithSHA1);
425 p7i->digest_enc_alg->parameter = NULL; /* special case for DSA: omit 'parameter'! */
429 p7i->digest_enc_alg->algorithm=OBJ_nid2obj(NID_ecdsa_with_SHA1);
430 if (!(p7i->digest_enc_alg
[all...]
H A Dpk7_asn1.c120 ASN1_SIMPLE(PKCS7_SIGNER_INFO, digest_enc_alg, X509_ALGOR),
H A Dpkcs7.h98 X509_ALGOR *digest_enc_alg; member in struct:pkcs7_signer_info_st
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs7/
H A Dpk7_asn1.c152 ASN1_SIMPLE(PKCS7_SIGNER_INFO, digest_enc_alg, X509_ALGOR),
H A Dpkcs7.h96 X509_ALGOR *digest_enc_alg; member in struct:pkcs7_signer_info_st
H A Dpk7_lib.c466 *psig = si->digest_enc_alg;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_asn1.c152 ASN1_SIMPLE(PKCS7_SIGNER_INFO, digest_enc_alg, X509_ALGOR),
H A Dpkcs7.h96 X509_ALGOR *digest_enc_alg; member in struct:pkcs7_signer_info_st
H A Dpk7_lib.c466 *psig = si->digest_enc_alg;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpkcs7.h98 X509_ALGOR *digest_enc_alg; member in struct:pkcs7_signer_info_st

Completed in 59 milliseconds