HomeSort by relevance Sort by last modified time
    Searched refs:p7 (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/openssl/crypto/pkcs7/
pk7_enc.c 67 PKCS7_in_bio(PKCS7 *p7,BIO *in);
68 PKCS7_out_bio(PKCS7 *p7,BIO *out);
70 PKCS7_add_signer(PKCS7 *p7,X509 *cert,EVP_PKEY *key);
71 PKCS7_cipher(PKCS7 *p7,EVP_CIPHER *cipher);
73 PKCS7_Init(PKCS7 *p7); variable
74 PKCS7_Update(PKCS7 *p7); variable
75 PKCS7_Finish(PKCS7 *p7); variable
pk7_lib.c 65 long PKCS7_ctrl(PKCS7 *p7, int cmd, long larg, char *parg)
70 nid=OBJ_obj2nid(p7->type);
77 ret=p7->detached=(int)larg;
78 if (ret && PKCS7_type_is_data(p7->d.sign->contents))
81 os=p7->d.sign->contents->d.data;
83 p7->d.sign->contents->d.data = NULL;
95 if(!p7->d.sign || !p7->d.sign->contents->d.ptr)
99 p7->detached = ret;
115 int PKCS7_content_new(PKCS7 *p7, int type
    [all...]
pk7_mime.c 64 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
66 return i2d_ASN1_bio_stream(out, (ASN1_VALUE *)p7, in, flags,
70 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
72 return PEM_write_bio_ASN1_stream(out, (ASN1_VALUE *) p7, in, flags,
77 int SMIME_write_PKCS7(BIO *bio, PKCS7 *p7, BIO *data, int flags)
80 int ctype_nid = OBJ_obj2nid(p7->type);
82 mdalgs = p7->d.sign->md_algs;
89 return SMIME_write_ASN1(bio, (ASN1_VALUE *)p7, data, flags,
pk7_smime.c 66 static int pkcs7_copy_existing_digest(PKCS7 *p7, PKCS7_SIGNER_INFO *si);
71 PKCS7 *p7; local
74 if(!(p7 = PKCS7_new()))
80 if (!PKCS7_set_type(p7, NID_pkcs7_signed))
83 if (!PKCS7_content_new(p7, NID_pkcs7_data))
86 if (pkey && !PKCS7_sign_add_signer(p7, signcert, pkey, NULL, flags))
96 if (!PKCS7_add_certificate(p7, sk_X509_value(certs, i)))
102 PKCS7_set_detached(p7, 1);
105 return p7;
107 if (PKCS7_final(p7, data, flags)
495 PKCS7 *p7; local
    [all...]
pkcs7.h 242 #define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7))
280 PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7);
281 int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
283 PKCS7 *PKCS7_dup(PKCS7 *p7);
284 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
285 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
286 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
287 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
331 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7); variable
    [all...]
pk7_doit.c 71 static int PKCS7_type_is_other(PKCS7* p7)
75 int nid=OBJ_obj2nid(p7->type);
95 static ASN1_OCTET_STRING *PKCS7_get_octet_string(PKCS7 *p7)
97 if ( PKCS7_type_is_data(p7))
98 return p7->d.data;
99 if ( PKCS7_type_is_other(p7) && p7->d.other
100 && (p7->d.other->type == V_ASN1_OCTET_STRING))
101 return p7->d.other->value.octet_string;
263 BIO *PKCS7_dataInit(PKCS7 *p7, BIO *bio
    [all...]
  /external/llvm/test/MC/ARM/
thumb-only-conditionals.s 22 cdpgt p7, #1, c1, c1, c1, #4
23 cdp2gt p7, #1, c1, c1, c1, #4
25 @ CHECK-NEXT: cdpgt p7, #1, c1, c1, c1, #4
26 @ CHECK-NEXT: cdp2gt p7, #1, c1, c1, c1, #4
36 mcrrle p7, #15, r5, r4, c1
37 mcrr2gt p7, #15, r5, r4, c1
39 @ CHECK-NEXT: mcrrle p7, #15, r5, r4, c1
40 @ CHECK-NEXT: mcrr2gt p7, #15, r5, r4, c1
50 mrrclo p7, #1, r5, r4, c1
51 mrrc2lo p7, #1, r5, r4, c
    [all...]
  /external/openssl/include/openssl/
pkcs7.h 242 #define PKCS7_is_detached(p7) (PKCS7_type_is_signed(p7) && PKCS7_get_detached(p7))
280 PKCS7 *d2i_PKCS7_fp(FILE *fp,PKCS7 **p7);
281 int i2d_PKCS7_fp(FILE *fp,PKCS7 *p7);
283 PKCS7 *PKCS7_dup(PKCS7 *p7);
284 PKCS7 *d2i_PKCS7_bio(BIO *bp,PKCS7 **p7);
285 int i2d_PKCS7_bio(BIO *bp,PKCS7 *p7);
286 int i2d_PKCS7_bio_stream(BIO *out, PKCS7 *p7, BIO *in, int flags);
287 int PEM_write_bio_PKCS7_stream(BIO *out, PKCS7 *p7, BIO *in, int flags)
331 STACK_OF(PKCS7_SIGNER_INFO) *PKCS7_get_signer_info(PKCS7 *p7); variable
    [all...]
  /external/openssl/crypto/pkcs12/
p12_add.c 137 PKCS7 *p7; local
138 if (!(p7 = PKCS7_new())) {
142 p7->type = OBJ_nid2obj(NID_pkcs7_data);
143 if (!(p7->d.data = M_ASN1_OCTET_STRING_new())) {
148 if (!ASN1_item_pack(sk, ASN1_ITEM_rptr(PKCS12_SAFEBAGS), &p7->d.data)) {
152 return p7;
156 STACK_OF(PKCS12_SAFEBAG) *PKCS12_unpack_p7data(PKCS7 *p7)
158 if(!PKCS7_type_is_data(p7))
163 return ASN1_item_unpack(p7->d.data, ASN1_ITEM_rptr(PKCS12_SAFEBAGS));
172 PKCS7 *p7; local
    [all...]
p12_npas.c 109 PKCS7 *p7, *p7new; local
117 p7 = sk_PKCS7_value(asafes, i);
118 bagnid = OBJ_obj2nid(p7->type);
120 bags = PKCS12_unpack_p7data(p7);
122 bags = PKCS12_unpack_p7encdata(p7, oldpass, -1);
123 if (!alg_get(p7->d.encrypted->enc_data->algorithm,
p12_crt.c 279 PKCS7 *p7 = NULL; local
300 p7 = PKCS12_pack_p7data(bags);
302 p7 = PKCS12_pack_p7encdata(nid_safe, pass, -1, NULL, 0,
304 if (!p7)
307 if (!sk_PKCS7_push(*psafes, p7))
319 if (p7)
320 PKCS7_free(p7);
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay_data.js 97 'p7': '31',
102 'p7': '32',
107 'p7': '33',
112 'p7': '34',
117 'p7': '35',
122 'p7': '36',
127 'p7': '37',
132 'p7': '38',
137 'p7': '39',
142 'p7': '30'
    [all...]
  /art/test/700-LoadArgRegs/src/
Main.java 21 static void testI7(int p1, int p2, int p3, int p4, int p5, int p6, int p7) {
22 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7);
24 static void testI8(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8) {
25 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8);
27 static void testI9(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9) {
28 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9);
30 static void testI10(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10) {
31 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10);
33 static void testI11(int p1, int p2, int p3, int p4, int p5, int p6, int p7, int p8, int p9, int p10, int p11) {
34 System.out.println(p1+", "+p2+", "+p3+", "+p4+", "+p5+", "+p6+", "+p7+", "+p8+", "+p9+", "+p10+", "+p11)
    [all...]
  /external/openssl/apps/
pkcs7.c 85 PKCS7 *p7=NULL; local
206 p7=d2i_PKCS7_bio(in,NULL);
208 p7=PEM_read_bio_PKCS7(in,NULL,NULL,NULL);
214 if (p7 == NULL)
241 PKCS7_print_ctx(out, p7, 0, NULL);
248 i=OBJ_obj2nid(p7->type);
252 certs=p7->d.sign->cert;
253 crls=p7->d.sign->crl;
256 certs=p7->d.signed_and_enveloped->cert;
257 crls=p7->d.signed_and_enveloped->crl
    [all...]
crl2p7.c 92 PKCS7 *p7 = NULL; local
217 if ((p7=PKCS7_new()) == NULL) goto end;
219 p7->type=OBJ_nid2obj(NID_pkcs7_signed);
220 p7->d.sign=p7s;
229 crl=NULL; /* now part of p7 for OPENSSL_freeing */
267 i=i2d_PKCS7_bio(out,p7);
269 i=PEM_write_bio_PKCS7(out,p7);
284 if (p7 != NULL) PKCS7_free(p7);
smime.c 99 PKCS7 *p7 = NULL; local
623 p7 = SMIME_read_PKCS7(in, &indata);
625 p7 = PEM_read_bio_PKCS7(in, NULL, NULL, NULL);
627 p7 = d2i_PKCS7_bio(in, NULL);
634 if (!p7)
686 p7 = PKCS7_encrypt(encerts, in, cipher, flags);
704 p7 = PKCS7_sign(NULL, NULL, other, in, flags);
705 if (!p7)
722 if (!PKCS7_sign_add_signer(p7, signer, key,
733 if (!PKCS7_final(p7, in, flags)
    [all...]
  /external/chromium_org/v8/src/ia32/
simulator-ia32.h 24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/chromium_org/v8/src/x64/
simulator-x64.h 24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/chromium_org/v8/src/x87/
simulator-x87.h 24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
  /external/clang/test/SemaCXX/
cxx11-ast-print.cpp 33 // CHECK: const char *p7 = 123_quux;
34 const char *p7 = 123_quux; variable
  /external/llvm/unittests/ADT/
MakeUniqueTest.cpp 47 auto p7 = make_unique<std::tuple<int, int, int, int, int, int, int>>( local
49 EXPECT_TRUE((bool)p7);
50 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6), *p7);
  /external/valgrind/main/memcheck/tests/
leak-cases.c 14 // p7 -?-> AAA ---> BBB (y)DR, (n)DL / P (y)IR, (n)IL / P
64 Node* p7; variable
84 p7 = mk(mk(NULL)); // Case 7: 16/1 possibly lost
85 p7++; // 16/1 possibly lost
  /external/ceres-solver/include/ceres/internal/
manual_constructor.h 159 const T5& p5, const T6& p6, const T7& p7) {
160 new(space()) Type(p1, p2, p3, p4, p5, p6, p7);
166 const T5& p5, const T6& p6, const T7& p7, const T8& p8) {
167 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8);
173 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
175 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9);
181 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
183 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
190 const T5& p5, const T6& p6, const T7& p7, const T8& p8,
192 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11)
    [all...]
  /external/openssl/crypto/bn/asm/
ia64.S 741 cmp.ltu p7,p0=r17,r16 }
746 (p7) add carry2=1,carry2 }
747 { .mfi; cmp.ltu p7,p0=r18,r17
752 (p7) add carry2=1,carry2 }
753 { .mfi; cmp.ltu p7,p0=r18,carry1
757 (p7) add carry2=1,carry2 }
800 cmp.ltu p7,p0=r17,r16 }
806 (p7) add carry2=1,carry2 }
807 { .mfi; cmp.ltu p7,p0=r18,r17
815 (p7) add carry2=1,carry2
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
syscall.cc 268 intptr_t p7) {
282 const intptr_t args[8] = {p0, p1, p2, p3, p4, p5, p6, p7};
286 DCHECK_EQ(p7, 0) << " Support for syscalls with more than six arguments not "

Completed in 1899 milliseconds

1 2 3 4 5 6 7