Home
last modified time | relevance | path

Searched refs:p7s (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/pkcs12/
H A Dp12_add.c195 STACK_OF(PKCS7) *p7s; in STACK_OF()
209 p7s = ASN1_item_unpack(p12->authsafes->d.data, in STACK_OF()
211 if (p7s != NULL) { in STACK_OF()
212 for (i = 0; i < sk_PKCS7_num(p7s); i++) { in STACK_OF()
213 p7 = sk_PKCS7_value(p7s, i); in STACK_OF()
218 return p7s; in STACK_OF()
220 sk_PKCS7_free(p7s); in STACK_OF()
/third_party/node/deps/openssl/openssl/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()
/third_party/openssl/crypto/pkcs12/
H A Dp12_add.c195 STACK_OF(PKCS7) *p7s; in STACK_OF()
209 p7s = ASN1_item_unpack(p12->authsafes->d.data, in STACK_OF()
211 if (p7s != NULL) { in STACK_OF()
212 for (i = 0; i < sk_PKCS7_num(p7s); i++) { in STACK_OF()
213 p7 = sk_PKCS7_value(p7s, i); in STACK_OF()
218 return p7s; in STACK_OF()
220 sk_PKCS7_free(p7s); in STACK_OF()
/third_party/openssl/apps/
H A Dcrl2pkcs7.c53 PKCS7_SIGNED *p7s = NULL; in crl2pkcs7_main() local
129 if ((p7s = PKCS7_SIGNED_new()) == NULL) in crl2pkcs7_main()
132 p7->d.sign = p7s; in crl2pkcs7_main()
133 p7s->contents->type = OBJ_nid2obj(NID_pkcs7_data); in crl2pkcs7_main()
135 if (!ASN1_INTEGER_set(p7s->version, 1)) in crl2pkcs7_main()
141 p7s->crl = crl_stack; in crl2pkcs7_main()
149 p7s->cert = cert_stack; in crl2pkcs7_main()

Completed in 3 milliseconds