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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pkcs7/
H A Dpk7_lib.c359 p7i->digest_enc_alg->algorithm=OBJ_nid2obj(EVP_PKEY_type(pkey->type));
361 if (p7i->digest_enc_alg->parameter != NULL)
362 ASN1_TYPE_free(p7i->digest_enc_alg->parameter);
363 if(is_dsa) p7i->digest_enc_alg->parameter = NULL;
365 if (!(p7i->digest_enc_alg->parameter=ASN1_TYPE_new()))
367 p7i->digest_enc_alg->parameter->type=V_ASN1_NULL;
H A Dpk7_asn1.c119 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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dpkcs7.h98 X509_ALGOR *digest_enc_alg; member in struct:pkcs7_signer_info_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/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 108 milliseconds