Home
last modified time | relevance | path

Searched refs:buf_n (Results 1 - 25 of 61) sorted by relevance

123

/third_party/openssl/crypto/
H A Dparams_from_text.c28 size_t *buf_n, BIGNUM **tmpbn, int *found) in prepare_from_text()
96 *buf_n = (buf_bits + 7) / 8; in prepare_from_text()
109 *buf_n = p->data_size; in prepare_from_text()
117 *buf_n = strlen(value) + 1; in prepare_from_text()
121 *buf_n = strlen(value) >> 1; in prepare_from_text()
123 *buf_n = value_n; in prepare_from_text()
133 void *buf, size_t buf_n, BIGNUM *tmpbn) in construct_from_text()
138 if (buf_n > 0) { in construct_from_text()
150 BN_bn2nativepad(tmpbn, buf, buf_n); in construct_from_text()
161 size_t i = buf_n; in construct_from_text()
24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) prepare_from_text() argument
131 construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, const char *value, size_t value_n, int ishex, void *buf, size_t buf_n, BIGNUM *tmpbn) construct_from_text() argument
205 size_t buf_n = 0; OSSL_PARAM_allocate_from_text() local
[all...]
H A Do_str.c138 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep() argument
165 if (cnt > buf_n) { in hexstr2buf_sep()
181 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex() argument
184 return hexstr2buf_sep(buf, buf_n, buflen, str, sep); in OPENSSL_hexstr2buf_ex()
191 size_t buf_n, tmp_buflen; in ossl_hexstr2buf_sep() local
193 buf_n = strlen(str); in ossl_hexstr2buf_sep()
194 if (buf_n <= 1) { in ossl_hexstr2buf_sep()
198 buf_n /= 2; in ossl_hexstr2buf_sep()
199 if ((buf = OPENSSL_malloc(buf_n)) == NULL) { in ossl_hexstr2buf_sep()
207 if (hexstr2buf_sep(buf, buf_n, in ossl_hexstr2buf_sep()
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dparams_from_text.c28 size_t *buf_n, BIGNUM **tmpbn, int *found) in prepare_from_text()
96 *buf_n = (buf_bits + 7) / 8; in prepare_from_text()
109 *buf_n = p->data_size; in prepare_from_text()
117 *buf_n = strlen(value) + 1; in prepare_from_text()
127 *buf_n = hexdigits >> 1; in prepare_from_text()
129 *buf_n = value_n; in prepare_from_text()
139 void *buf, size_t buf_n, BIGNUM *tmpbn) in construct_from_text()
144 if (buf_n > 0) { in construct_from_text()
156 BN_bn2nativepad(tmpbn, buf, buf_n); in construct_from_text()
167 size_t i = buf_n; in construct_from_text()
24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) prepare_from_text() argument
137 construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, const char *value, size_t value_n, int ishex, void *buf, size_t buf_n, BIGNUM *tmpbn) construct_from_text() argument
211 size_t buf_n = 0; OSSL_PARAM_allocate_from_text() local
[all...]
H A Do_str.c138 static int hexstr2buf_sep(unsigned char *buf, size_t buf_n, size_t *buflen, in hexstr2buf_sep() argument
165 if (cnt > buf_n) { in hexstr2buf_sep()
181 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen, in OPENSSL_hexstr2buf_ex() argument
184 return hexstr2buf_sep(buf, buf_n, buflen, str, sep); in OPENSSL_hexstr2buf_ex()
191 size_t buf_n, tmp_buflen; in ossl_hexstr2buf_sep() local
193 buf_n = strlen(str); in ossl_hexstr2buf_sep()
194 if (buf_n <= 1) { in ossl_hexstr2buf_sep()
198 buf_n /= 2; in ossl_hexstr2buf_sep()
199 if ((buf = OPENSSL_malloc(buf_n)) == NULL) { in ossl_hexstr2buf_sep()
207 if (hexstr2buf_sep(buf, buf_n, in ossl_hexstr2buf_sep()
[all...]
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dcrypto.h131 int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,

Completed in 24 milliseconds

123