HomeSort by relevance Sort by last modified time
    Searched refs:pval (Results 26 - 50 of 73) sorted by null

12 3

  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
x_req.c 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
85 X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval;
p8_pkey.c 65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval;
89 int ptype, void *pval,
114 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
asn1t.h 659 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
662 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
663 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
664 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
666 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
926 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
927 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    [all...]
x_algor.c 80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
  /external/openssl/crypto/asn1/
x_req.c 82 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
85 X509_REQ_INFO *rinf = (X509_REQ_INFO *)*pval;
p8_pkey.c 65 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 PKCS8_PRIV_KEY_INFO *key = (PKCS8_PRIV_KEY_INFO *)*pval;
89 int ptype, void *pval,
114 if (!X509_ALGOR_set0(priv->pkeyalg, aobj, ptype, pval))
asn1t.h 659 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
662 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
663 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
664 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
666 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
926 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
927 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    [all...]
x_algor.c 80 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval)
108 ASN1_TYPE_set(alg->parameter, ptype, pval);
  /external/clang/test/Analysis/
casts.c 34 void f1(struct s **pval) {
36 struct s *t = *pval;
37 pval = &(t->value);
38 tbool = (int *)pval; // use the cast-to type 'int *' to create element region.
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_asn1.c 67 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
80 *pval = (ASN1_VALUE *)sig;
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
98 *pval = (ASN1_VALUE *)DSA_new();
99 if(*pval) return 2;
102 DSA_free((DSA *)*pval);
103 *pval = NULL;
  /external/openssl/crypto/dsa/
dsa_asn1.c 67 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
80 *pval = (ASN1_VALUE *)sig;
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
98 *pval = (ASN1_VALUE *)DSA_new();
99 if(*pval) return 2;
102 DSA_free((DSA *)*pval);
103 *pval = NULL;
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_ameth.c 106 void *pval = NULL; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
131 ASN1_OBJECT_free(pval);
133 ASN1_STRING_free(pval);
139 static EC_KEY *eckey_type2param(int ptype, void *pval)
144 ASN1_STRING *pstr = pval;
157 ASN1_OBJECT *poid = pval;
193 void *pval; local
200 X509_ALGOR_get0(NULL, &ptype, &pval, palg)
243 void *pval; local
317 void *pval; local
    [all...]
  /external/openssl/crypto/ec/
ec_ameth.c 106 void *pval = NULL; local
111 if (!eckey_param2type(&ptype, &pval, ec_key))
127 ptype, pval, penc, penclen))
131 ASN1_OBJECT_free(pval);
133 ASN1_STRING_free(pval);
139 static EC_KEY *eckey_type2param(int ptype, void *pval)
144 ASN1_STRING *pstr = pval;
157 ASN1_OBJECT *poid = pval;
193 void *pval; local
200 X509_ALGOR_get0(NULL, &ptype, &pval, palg)
243 void *pval; local
317 void *pval; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/include/
srp_api.h 63 int SRP_GetParams(int id, unsigned long *pval);
  /external/iproute2/tc/
m_gact.c 156 if (get_u16(&pp.pval, *argv, 10)) {
157 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
160 if (pp.pval > 10000) {
161 fprintf(stderr, "Illegal probability val 0x%x\n",pp.pval);
237 fprintf(f, "\n\t random type %s %s val %d",prob_n2a(pp->ptype), action_n2a(pp->paction, b2, sizeof (b2)), pp->pval);
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
asn1t.h 659 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
662 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
663 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
664 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
666 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
926 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
927 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    [all...]
  /external/openssl/include/openssl/
asn1t.h 659 typedef int ASN1_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it,
662 typedef int ASN1_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_ITEM *it, int tag, int aclass);
663 typedef int ASN1_ex_new_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
664 typedef void ASN1_ex_free_func(ASN1_VALUE **pval, const ASN1_ITEM *it);
666 typedef int ASN1_ex_print_func(BIO *out, ASN1_VALUE **pval,
670 typedef int ASN1_primitive_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, const ASN1_ITEM *it);
671 typedef int ASN1_primitive_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it);
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
926 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it);
927 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 372 unsigned int pval = accumulator[k] + (count[k] >> 1); local
373 pval *= cpi->fixed_divide[count[k]];
374 pval >>= 19;
376 dst1[byte] = (unsigned char)pval;
396 unsigned int pval = accumulator[k] + (count[k] >> 1); local
397 pval *= cpi->fixed_divide[count[k]];
398 pval >>= 19;
399 dst1[byte] = (unsigned char)pval;
402 pval = accumulator[m] + (count[m] >> 1);
403 pval *= cpi->fixed_divide[count[m]]
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 308 unsigned int pval = accumulator[k] + (count[k] >> 1); local
309 pval *= cpi->fixed_divide[count[k]];
310 pval >>= 19;
312 dst1[byte] = (uint8_t)pval;
330 unsigned int pval = accumulator[k] + (count[k] >> 1); local
331 pval *= cpi->fixed_divide[count[k]];
332 pval >>= 19;
333 dst1[byte] = (uint8_t)pval;
336 pval = accumulator[m] + (count[m] >> 1);
337 pval *= cpi->fixed_divide[count[m]]
    [all...]
  /external/chromium_org/courgette/
disassembler_elf_32_arm.cc 246 uint32 pval = (Read16LittleEndian(op_pointer) << 16) local
249 CheckBool ret = Compress(type_, pval, rva(), &c_op_, &relative_target);
395 uint16 pval = Read16LittleEndian(p); local
396 if ((pval & 0xF000) == 0xD000) {
405 } else if ((pval & 0xF800) == 0xE000) {
420 uint32 pval = (Read16LittleEndian(p) << 16) | Read16LittleEndian(p + 2); local
421 if ((pval & 0xF8008000) == 0xF0008000) {
424 if ( (pval & (1 << 14)) || (pval & (1 << 12)) ) {
451 uint32 pval = Read32LittleEndian(p) local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_ameth.c 76 void *pval; local
85 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
93 pstr = pval;
132 void *pval = NULL; local
148 pval = str;
166 ptype, pval, penc, penclen))
172 if (pval)
173 ASN1_STRING_free(pval);
189 void *pval; local
199 X509_ALGOR_get0(NULL, &ptype, &pval, palg)
    [all...]
  /external/openssl/crypto/dh/
dh_ameth.c 76 void *pval; local
85 X509_ALGOR_get0(NULL, &ptype, &pval, palg);
93 pstr = pval;
132 void *pval = NULL; local
148 pval = str;
166 ptype, pval, penc, penclen))
172 if (pval)
173 ASN1_STRING_free(pval);
189 void *pval; local
199 X509_ALGOR_get0(NULL, &ptype, &pval, palg)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_asn1.c 81 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
85 PKCS7 **pp7 = (PKCS7 **)pval;
130 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
134 PKCS7_SIGNER_INFO *si = (PKCS7_SIGNER_INFO *)*pval;
173 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
177 PKCS7_RECIP_INFO *ri = (PKCS7_RECIP_INFO *)*pval;
  /external/openssl/crypto/pkcs7/
pk7_asn1.c 81 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
85 PKCS7 **pp7 = (PKCS7 **)pval;
130 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
134 PKCS7_SIGNER_INFO *si = (PKCS7_SIGNER_INFO *)*pval;
173 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
177 PKCS7_RECIP_INFO *ri = (PKCS7_RECIP_INFO *)*pval;
  /external/ppp/pppd/plugins/radius/
avpair.c 34 VALUE_PAIR *rc_avpair_add (VALUE_PAIR **list, int attrid, void *pval, int len,
39 vp = rc_avpair_new (attrid, pval, len, vendorcode);
60 int rc_avpair_assign (VALUE_PAIR *vp, void *pval, int len)
68 if (((len == 0) && (strlen ((char *) pval)) > AUTH_STRING_LEN)
75 memcpy(vp->strvalue, (char *)pval, len);
79 strncpy (vp->strvalue, (char *) pval, AUTH_STRING_LEN);
80 vp->lvalue = strlen((char *) pval);
90 vp->lvalue = * (UINT4 *) pval;
110 VALUE_PAIR *rc_avpair_new (int attrid, void *pval, int len, int vendorcode)
129 if (rc_avpair_assign (vp, pval, len) == 0
    [all...]

Completed in 1890 milliseconds

12 3