| /third_party/openssl/crypto/cms/ |
| H A D | cms_smime.c | 269 X509 *signer; in cms_signerinfo_verify_cert() local 313 X509 *signer; in CMS_verify() local
|
| H A D | cms_local.h | 99 X509 *signer; member
|
| /third_party/openssl/crypto/ts/ |
| H A D | ts_rsp_sign.c | 160 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer) in TS_RESP_CTX_set_signer_cert() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 506 X509 *signer, *tmp_cert; in check_ocsp_resp() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 506 X509 *signer, *tmp_cert; in check_ocsp_resp() local [all...] |
| /base/security/appverify/interfaces/innerkits/appverify_lite/src/ |
| H A D | app_verify.c | 251 static int32_t CalcCmpContHash(const Pkcs7 *pkcs7, const SignerInfo *signer, in CalcCmpContHash() argument 288 static int32_t CalcDigest(const Pkcs7 *pkcs7, const SignerInfo *signer, in CalcDigest() argument 386 static const TrustAppCert *GetProfSourceBySigningCert(const SignerResovledInfo *signer, in GetProfSourceBySigningCert() argument 401 GetProfileCertTypeBySignInfo(SignerResovledInfo *signer, int32_t *certType) GetProfileCertTypeBySignInfo() argument 420 GetAppSourceBySigningCert(const SignerResovledInfo *signer, const TrustAppCert* trustList, int32_t num) GetAppSourceBySigningCert() argument 432 GetAppCertTypeBySignInfo(SignerResovledInfo *signer, int32_t *certType) GetAppCertTypeBySignInfo() argument [all...] |
| H A D | mbedtls_pkcs7.c | 148 static int32_t ParseSignerVersion(unsigned char **p, const unsigned char *end, SignerInfo *signer) in ParseSignerVersion() argument 153 static int32_t ParseSignerIssuerAndSerialNum(unsigned char **p, const unsigned char *end, SignerInfo *signer) in ParseSignerIssuerAndSerialNum() argument 180 static int32_t ParseSignerDigestAlg(unsigned char **p, const unsigned char *end, SignerInfo *signer) in ParseSignerDigestAlg() argument 192 ParseSignerAuthAttr(unsigned char **p, const unsigned char *end, SignerInfo *signer) ParseSignerAuthAttr() argument 227 ParseSignerEncAlg(unsigned char **p, const unsigned char *end, SignerInfo *signer) ParseSignerEncAlg() argument 246 ParseSignerSignature(unsigned char **p, const unsigned char *end, SignerInfo *signer) ParseSignerSignature() argument 262 GetSignerSignature(const SignerInfo *signer, unsigned char **sig, size_t *sigLen) GetSignerSignature() argument 271 ParseSignerUnAuthAttr(unsigned char **p, const unsigned char *end, SignerInfo *signer) ParseSignerUnAuthAttr() argument 651 FreeSignerCerts(SignerInfo *signer) FreeSignerCerts() argument 660 FreeSignerIssuer(SignerInfo *signer) FreeSignerIssuer() argument 675 SignerInfo *signer = pkcs7->signedData.signers.next; FreeSignersInfo() local 747 AddCertToSignerCertPath(SignerInfo *signer, mbedtls_x509_crt *crt) AddCertToSignerCertPath() argument 766 BuildSignerCertPath(SignerInfo *signer, mbedtls_x509_crt *lowerCrt, SignedData *signeData) BuildSignerCertPath() argument 804 SignerInfo *signer = &signedData->signers; ConstructSignerCerts() local 832 GetSignerDigestAlg(const SignerInfo *signer, mbedtls_md_type_t *algType) GetSignerDigestAlg() argument 851 GetSignerPubKeyOfSignature(const SignerInfo *signer, mbedtls_pk_context **pk) GetSignerPubKeyOfSignature() argument 870 const SignerInfo *signer = &pkcs7->signedData.signers; PKCS7_VerifySignerSignature() local 1045 const SignerInfo *signer = &pkcs7->signedData.signers; PKCS7_VerifyCertsChain() local 1088 PKCS7_GetSignerSignningCertSubject(const SignerInfo *signer, char *subject, size_t subjectLen) PKCS7_GetSignerSignningCertSubject() argument 1102 PKCS7_GetSignerSignningCertIssuer(const SignerInfo *signer, char *issuer, size_t issuerLen) PKCS7_GetSignerSignningCertIssuer() argument 1126 IsIncludeRoot(const SignerInfo *signer) IsIncludeRoot() argument 1150 GetSignerSignningCertDepth(const SignerInfo *signer) GetSignerSignningCertDepth() argument 1193 const SignerInfo *signer = &pkcs7->signedData.signers; PKCS7_GetAllSignersResolvedInfo() local 1215 PKCS7_GetDigestInSignerAuthAttr(const SignerInfo *signer, unsigned char **dig, size_t *digLen) PKCS7_GetDigestInSignerAuthAttr() argument 1264 PKCS7_GetSignerAuthAttr(const SignerInfo *signer, unsigned char **data, size_t *dataLen) PKCS7_GetSignerAuthAttr() argument [all...] |
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | smime.c | 140 X509 *cert = NULL, *recip = NULL, *signer = NULL; in smime_main() local [all...] |
| H A D | ts.c | 169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL; in ts_main() local 584 reply_command(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy, const char *in, int token_in, const char *out, int token_out, int text) reply_command() argument 692 create_response(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy) create_response() argument [all...] |
| H A D | ocsp.c | 233 X509 *signer = NULL, *rsigner = NULL; in ocsp_main() local [all...] |
| H A D | cms.c | 289 X509 *cert = NULL, *recip = NULL, *signer = NULL, *originator = NULL; in cms_main() local [all...] |
| /third_party/openssl/apps/ |
| H A D | ts.c | 169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL; in ts_main() local 584 reply_command(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy, const char *in, int token_in, const char *out, int token_out, int text) reply_command() argument 692 create_response(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy) create_response() argument [all...] |
| H A D | smime.c | 140 X509 *cert = NULL, *recip = NULL, *signer = NULL; in smime_main() local [all...] |
| H A D | cms.c | 289 X509 *cert = NULL, *recip = NULL, *signer = NULL, *originator = NULL; in cms_main() local [all...] |
| H A D | ocsp.c | 233 X509 *signer = NULL, *rsigner = NULL; in ocsp_main() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cms/ |
| H A D | cms_local.h | 99 X509 *signer; member
|