/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | x_bignum.c | 31 int utype, char *free_cont, const ASN1_ITEM *it); 33 int utype, char *free_cont, const ASN1_ITEM *it); 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() 139 ret = bn_c2i(pval, cont, len, utype, free_cont, it); in bn_secure_c2i() 115 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_c2i() argument 130 bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_secure_c2i() argument
|
H A D | tasn_dec.c | 63 int utype, char *free_cont, const ASN1_ITEM *it); 705 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local 792 free_cont = 1; in asn1_d2i_ex_primitive() 817 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */ in asn1_d2i_ex_primitive() 818 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) in asn1_d2i_ex_primitive() 824 if (free_cont) in asn1_d2i_ex_primitive() 832 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i() 843 return pf->prim_c2i(pval, cont, len, utype, free_cont, it); in asn1_ex_c2i() 937 if (*free_cont) { in asn1_ex_c2i() 941 *free_cont in asn1_ex_c2i() 831 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) asn1_ex_c2i() argument [all...] |
H A D | x_long.c | 27 int utype, char *free_cont, const ASN1_ITEM *it); 129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() 128 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) long_c2i() argument
|
H A D | x_int64.c | 74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() 176 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() 73 uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint64_c2i() argument 175 uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint32_c2i() argument
|
/third_party/openssl/crypto/asn1/ |
H A D | x_bignum.c | 31 int utype, char *free_cont, const ASN1_ITEM *it); 33 int utype, char *free_cont, const ASN1_ITEM *it); 116 int utype, char *free_cont, const ASN1_ITEM *it) in bn_c2i() 131 int utype, char *free_cont, const ASN1_ITEM *it) in bn_secure_c2i() 139 ret = bn_c2i(pval, cont, len, utype, free_cont, it); in bn_secure_c2i() 115 bn_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_c2i() argument 130 bn_secure_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) bn_secure_c2i() argument
|
H A D | tasn_dec.c | 63 int utype, char *free_cont, const ASN1_ITEM *it); 705 char cst, inf, free_cont = 0; in asn1_d2i_ex_primitive() local 792 free_cont = 1; in asn1_d2i_ex_primitive() 817 /* asn1_ex_c2i may reuse allocated buffer, and so sets free_cont to 0 */ in asn1_d2i_ex_primitive() 818 if (!asn1_ex_c2i(pval, cont, len, utype, &free_cont, it)) in asn1_d2i_ex_primitive() 824 if (free_cont) in asn1_d2i_ex_primitive() 832 int utype, char *free_cont, const ASN1_ITEM *it) in asn1_ex_c2i() 843 return pf->prim_c2i(pval, cont, len, utype, free_cont, it); in asn1_ex_c2i() 937 if (*free_cont) { in asn1_ex_c2i() 941 *free_cont in asn1_ex_c2i() 831 asn1_ex_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) asn1_ex_c2i() argument [all...] |
H A D | x_long.c | 27 int utype, char *free_cont, const ASN1_ITEM *it); 129 int utype, char *free_cont, const ASN1_ITEM *it) in long_c2i() 128 long_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) long_c2i() argument
|
H A D | x_int64.c | 74 int utype, char *free_cont, const ASN1_ITEM *it) in uint64_c2i() 176 int utype, char *free_cont, const ASN1_ITEM *it) in uint32_c2i() 73 uint64_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint64_c2i() argument 175 uint32_c2i(ASN1_VALUE **pval, const unsigned char *cont, int len, int utype, char *free_cont, const ASN1_ITEM *it) uint32_c2i() argument
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | asn1t.h | 651 int len, int utype, char *free_cont,
|