Searched refs:cert (Results 1 – 13 of 13) sorted by relevance
/optee_test-3.20.0/ta/crypt/ |
A D | sub.mk | 29 $(eval $(call crypt_embed_file,ca_crt,../../cert/ca.crt)) 30 $(eval $(call crypt_embed_file,mid_crt,../../cert/mid.crt)) 31 $(eval $(call crypt_embed_file,mid_key,../../cert/mid.key))
|
/optee_test-3.20.0/host/xtest/ |
A D | regression_8100.c | 232 const char *cert) in verify_cert() argument 246 if (!ADBG_EXPECT_TRUE(c, get_cert(c, cert, &crt))) in verify_cert() 264 const char *mid, const char *cert) in verify_cert() argument 269 UNUSED(cert); in verify_cert() 283 char cert[2048]; in test_8103() local 298 op.params[1].tmpref.buffer = cert; in test_8103() 299 op.params[1].tmpref.size = sizeof(cert); in test_8103()
|
A D | CMakeLists.txt | 38 EMBED_8100FILE(ca_crt ${OPTEE_TEST_ROOT_DIR}/cert/ca.crt) 39 EMBED_8100FILE(mid_crt ${OPTEE_TEST_ROOT_DIR}/cert/mid.crt) 40 EMBED_8100FILE(my_crt ${OPTEE_TEST_ROOT_DIR}/cert/my.crt) 41 EMBED_8100FILE(my_csr ${OPTEE_TEST_ROOT_DIR}/cert/my.csr)
|
/optee_test-3.20.0/ |
A D | Android.mk | 88 $(eval $(call my-embed-file,regression_8100_ca_crt,cert/ca.crt)) 89 $(eval $(call my-embed-file,regression_8100_mid_crt,cert/mid.crt)) 90 $(eval $(call my-embed-file,regression_8100_my_crt,cert/my.crt)) 91 $(eval $(call my-embed-file,regression_8100_my_csr,cert/my.csr))
|
/optee_test-3.20.0/host/openssl/include/openssl/ |
A D | cms.h | 185 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert, 188 int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert); 202 int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert); 253 int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert); 254 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert); 274 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert); 358 int CMS_RecipientInfo_kari_orig_id_cmp(CMS_RecipientInfo *ri, X509 *cert); 366 X509 *cert);
|
A D | pkcs12.h | 255 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, 257 PKCS12 *PKCS12_create(char *pass, char *name, EVP_PKEY *pkey, X509 *cert, 261 PKCS12_SAFEBAG *PKCS12_add_cert(STACK_OF(PKCS12_SAFEBAG) **pbags, X509 *cert);
|
A D | pkcs7.h | 111 X509 *cert; /* get the pub-key from this */ member 120 STACK_OF(X509) *cert; /* [ 0 ] */ 146 STACK_OF(X509) *cert; /* [ 0 ] */ 352 int PKCS7_decrypt(PKCS7 *p7, EVP_PKEY *pkey, X509 *cert, BIO *data,
|
A D | ocsp.h | 432 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert); 481 int OCSP_basic_add1_cert(OCSP_BASICRESP *resp, X509 *cert);
|
A D | x509v3.h | 619 X509 *cert); 631 char *section, X509 *cert);
|
A D | x509_vfy.h | 242 X509 *cert; member
|
A D | ts.h | 744 const char *cert, TS_RESP_CTX *ctx);
|
A D | ssl.h | 1035 struct cert_st /* CERT */ *cert; member 1531 struct cert_st /* CERT */ *cert; member
|
A D | asn1.h | 565 X509 *cert; member
|
Completed in 36 milliseconds