HomeSort by: relevance | last modified time | path
    Searched refs:aint (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 199 ASN1_INTEGER *aint; local
240 aint = BN_to_ASN1_INTEGER(bn, NULL);
242 if (!aint) {
247 aint->type |= V_ASN1_NEG;
248 return aint;
251 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
257 if (!aint)
259 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL)
296 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint)
304 *aint = itmp
    [all...]
v3_cpols.c 395 ASN1_INTEGER *aint;
401 if ((aint = s2i_ASN1_INTEGER(NULL, cnf->name)) == NULL) {
405 if (!sk_ASN1_INTEGER_push(nnums, aint)) {
406 ASN1_INTEGER_free(aint);
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 197 ASN1_INTEGER *aint; local
238 aint = BN_to_ASN1_INTEGER(bn, NULL);
240 if (!aint) {
245 aint->type |= V_ASN1_NEG;
246 return aint;
249 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
255 if (!aint)
257 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL)
294 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint)
302 *aint = itmp
    [all...]
v3_cpols.c 375 ASN1_INTEGER *aint;
381 if ((aint = s2i_ASN1_INTEGER(NULL, cnf->name)) == NULL) {
385 if (!sk_ASN1_INTEGER_push(nnums, aint))
391 ASN1_INTEGER_free(aint);
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 198 ASN1_INTEGER *aint; local
236 aint = BN_to_ASN1_INTEGER(bn, NULL);
238 if (!aint) {
244 aint->type |= V_ASN1_NEG;
245 return aint;
248 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
254 if (!aint)
256 if ((strtmp = i2s_ASN1_INTEGER(NULL, aint)) == NULL)
294 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint)
302 *aint = itmp
    [all...]
v3_cpols.c 376 ASN1_INTEGER *aint;
382 if ((aint = s2i_ASN1_INTEGER(NULL, cnf->name)) == NULL) {
386 if (!sk_ASN1_INTEGER_push(nnums, aint))
392 ASN1_INTEGER_free(aint);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.h 354 # define obstack_int_grow_fast(OBSTACK,aint) \
357 *(int *) __o1->next_free = (aint); \
472 # define obstack_int_grow_fast(h,aint) \
473 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint))
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.h 354 # define obstack_int_grow_fast(OBSTACK,aint) \
357 *(int *) __o1->next_free = (aint); \
472 # define obstack_int_grow_fast(h,aint) \
473 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint))
  /src/external/gpl3/binutils/dist/include/
obstack.h 367 # define obstack_int_grow_fast(OBSTACK, aint) \
371 *(int *) __p1 = (aint); \
489 # define obstack_int_grow_fast(h, aint) \
490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
  /src/external/gpl3/binutils.old/dist/include/
obstack.h 367 # define obstack_int_grow_fast(OBSTACK, aint) \
371 *(int *) __p1 = (aint); \
489 # define obstack_int_grow_fast(h, aint) \
490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
  /src/external/gpl3/gcc/dist/include/
obstack.h 367 # define obstack_int_grow_fast(OBSTACK, aint) \
371 *(int *) __p1 = (aint); \
489 # define obstack_int_grow_fast(h, aint) \
490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
  /src/external/gpl3/gcc.old/dist/include/
obstack.h 367 # define obstack_int_grow_fast(OBSTACK, aint) \
371 *(int *) __p1 = (aint); \
489 # define obstack_int_grow_fast(h, aint) \
490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
  /src/external/gpl3/gdb/dist/include/
obstack.h 367 # define obstack_int_grow_fast(OBSTACK, aint) \
371 *(int *) __p1 = (aint); \
489 # define obstack_int_grow_fast(h, aint) \
490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
  /src/external/gpl3/gdb.old/dist/include/
obstack.h 367 # define obstack_int_grow_fast(OBSTACK, aint) \
371 *(int *) __p1 = (aint); \
489 # define obstack_int_grow_fast(h, aint) \
490 (((int *) ((h)->next_free += sizeof (int)))[-1] = (aint), \
  /src/sys/dev/i2c/
aht20.c 156 for (int aint = 0; aint < readattempts; aint++) {
sgp40.c 390 for (int aint = 0; aint < readattempts; aint++) {
sht4x.c 371 for (int aint = 0; aint < readattempts; aint++) {
si70xx.c 923 for (int aint = 0; aint < sc->sc_readattempts; aint++) {
sht3x.c 892 for (int aint = 0; aint < readattempts; aint++) {
  /src/external/gpl2/grep/dist/lib/
obstack.h 438 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint)
547 # define obstack_int_grow_fast(h,aint) (*((int *) (h)->next_free)++ = (int) aint)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
x509v3.h 591 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint);
609 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
611 char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint);
613 char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, const ASN1_ENUMERATED *aint);
615 const ASN1_ENUMERATED *aint);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
x509v3.h.in 686 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint);
706 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
708 char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint);
710 char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, const ASN1_ENUMERATED *aint);
712 const ASN1_ENUMERATED *aint);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
x509v3.h.in 651 int X509V3_get_value_int(const CONF_VALUE *value, ASN1_INTEGER **aint);
671 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint,
673 char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *meth, const ASN1_INTEGER *aint);
675 char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *meth, const ASN1_ENUMERATED *aint);
677 const ASN1_ENUMERATED *aint);
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_asn.c 522 ASN1_INTEGER *aint;
529 if ((aint = ASN1_INTEGER_new()) == NULL)
531 if (!ASN1_INTEGER_set(aint, len)
533 (ASN1_TYPE *)aint))
535 ASN1_INTEGER_free(aint);
  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 1780 ASN1_INTEGER *aint; local
1811 if ((aint = ASN1_INTEGER_new()) == NULL)
1815 if (!ASN1_INTEGER_set(aint, value) || val == NULL) {
1816 ASN1_INTEGER_free(aint);
1819 ASN1_TYPE_set(val, V_ASN1_INTEGER, aint);

Completed in 96 milliseconds

1 2