Searched defs:p8 (Results 51 - 61 of 61) sorted by relevance

123

/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx_all.c425 X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8) argument
427 return ASN1_d2i_fp_of(X509_SIG,X509_SIG_new,d2i_X509_SIG,fp,p8);
430 int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8) argument
432 return ASN1_i2d_fp_of(X509_SIG,i2d_X509_SIG,fp,p8);
436 X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8) argument
438 return ASN1_d2i_bio_of(X509_SIG,X509_SIG_new,d2i_X509_SIG,bp,p8);
441 int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8) argument
443 return ASN1_i2d_bio_of(X509_SIG,i2d_X509_SIG,bp,p8);
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp1071 uint8_t *p8; local
1085 p8=mbcsData->fromUBytes;
1089 p8+=3;
1094 b=p8[i];
1101 p8=mbcsData->fromUBytes;
1115 uint16_t *q=(uint16_t *)p8;
1117 b=*p8;
1121 (*q++)=(uint16_t)((p8[1]<<8)|p8[2]);
1124 (*q++)=(uint16_t)(((p8[
[all...]
/external/openssl/apps/
H A Dpkcs12.c764 PKCS8_PRIV_KEY_INFO *p8; local
773 p8 = bag->value.keybag;
774 if (!(pkey = EVP_PKCS82PKEY (p8))) return 0;
775 print_attribs (out, p8->attributes, "Key Attributes");
787 if (!(p8 = PKCS12_decrypt_skey(bag, pass, passlen)))
789 if (!(pkey = EVP_PKCS82PKEY (p8))) {
790 PKCS8_PRIV_KEY_INFO_free(p8);
793 print_attribs (out, p8->attributes, "Key Attributes");
794 PKCS8_PRIV_KEY_INFO_free(p8);
/external/openssl/crypto/x509/
H A Dx_all.c427 X509_SIG *d2i_PKCS8_fp(FILE *fp, X509_SIG **p8) argument
429 return ASN1_d2i_fp_of(X509_SIG,X509_SIG_new,d2i_X509_SIG,fp,p8);
432 int i2d_PKCS8_fp(FILE *fp, X509_SIG *p8) argument
434 return ASN1_i2d_fp_of(X509_SIG,i2d_X509_SIG,fp,p8);
438 X509_SIG *d2i_PKCS8_bio(BIO *bp, X509_SIG **p8) argument
440 return ASN1_d2i_bio_of(X509_SIG,X509_SIG_new,d2i_X509_SIG,bp,p8);
443 int i2d_PKCS8_bio(BIO *bp, X509_SIG *p8) argument
445 return ASN1_i2d_bio_of(X509_SIG,i2d_X509_SIG,bp,p8);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c762 Prelin8Data* p8; local
764 p8 = (Prelin8Data*)_cmsMallocZero(ContextID, sizeof(Prelin8Data));
765 if (p8 == NULL) return NULL;
792 p8 ->X0[i] = (p->opta[2] * FIXED_TO_INT(v1));
793 p8 ->Y0[i] = (p->opta[1] * FIXED_TO_INT(v2));
794 p8 ->Z0[i] = (p->opta[0] * FIXED_TO_INT(v3));
797 p8 ->rx[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v1);
798 p8 ->ry[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v2);
799 p8 ->rz[i] = (cmsUInt16Number) FIXED_REST_TO_INT(v3);
802 p8
835 Prelin8Data* p8 = (Prelin8Data*) D; local
1083 Prelin8Data* p8 = PrelinOpt8alloc(OptimizedLUT ->ContextID, local
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c2813 char *p8; local
2837 p8 = buffer8;
2840 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2842 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2844 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2852 p8 = (char *)malloc(++length8);
2853 if(p8 == NULL) {
2857 s8 = ures_getUTF8StringByIndex(resB, index, p8, &length8, forceCopy, status);
2859 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2861 s8 = ures_getUTF8String(resB, p8,
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h471 p8 = 8, enumerator in enum:v8::internal::Coprocessor
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2874 char *p8; local
2898 p8 = buffer8;
2901 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2903 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2905 s8 = ures_getUTF8String(resB, p8, &length8, forceCopy, status);
2913 p8 = (char *)malloc(++length8);
2914 if(p8 == NULL) {
2918 s8 = ures_getUTF8StringByIndex(resB, idx, p8, &length8, forceCopy, status);
2920 s8 = ures_getUTF8StringByKey(resB, key, p8, &length8, forceCopy, status);
2922 s8 = ures_getUTF8String(resB, p8,
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp3542 int p8 = p1; local
3543 while (fSpSet->contains(cAt(p8))) {
3544 p8 = moveBack(p8);
3546 while (fCloseSet->contains(cAt(p8))) {
3547 p8 = moveBack(p8);
3549 if (fATermSet->contains(cAt(p8))) {
3550 p8=p2;
3552 c = cAt(p8);
[all...]
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2592 int p8 = p1; local
2593 while (fSpSet->contains(cAt(p8))) {
2594 p8 = moveBack(p8);
2596 while (fCloseSet->contains(cAt(p8))) {
2597 p8 = moveBack(p8);
2599 if (fATermSet->contains(cAt(p8))) {
2600 p8=p2;
2602 c = cAt(p8);
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h1277 P5 p5, P6 p6, P7 p7, P8 p8) {
1278 return I::New(zone(), context(), p1, p2, p3, p4, p5, p6, p7, p8);
1283 I* New(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) { argument
1284 return I::New(zone(), context(), p1, p2, p3, p4, p5, p6, p7, p8);
1290 P5 p5, P6 p6, P7 p7, P8 p8) {
1291 return AddInstruction(NewUncasted<I>(p1, p2, p3, p4, p5, p6, p7, p8));
1296 I* Add(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) { argument
1297 return AddInstructionTyped(New<I>(p1, p2, p3, p4, p5, p6, p7, p8));
1276 NewUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument
1289 AddUncasted(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8) argument

Completed in 296 milliseconds

123