/third_party/node/deps/openssl/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 60 BIO *btmp; in pkcs7_bio_add_digest() local 65 if ((btmp = BIO_new(BIO_f_md())) == NULL) { in pkcs7_bio_add_digest() 87 if (BIO_set_md(btmp, md) <= 0) { in pkcs7_bio_add_digest() 94 *pbio = btmp; in pkcs7_bio_add_digest() 95 else if (!BIO_push(*pbio, btmp)) { in pkcs7_bio_add_digest() 99 btmp = NULL; in pkcs7_bio_add_digest() 104 BIO_free(btmp); in pkcs7_bio_add_digest() 210 BIO *out = NULL, *btmp = NULL; in PKCS7_dataInit() local 298 if ((btmp = BIO_new(BIO_f_cipher())) == NULL) { in PKCS7_dataInit() 302 BIO_get_cipher_ctx(btmp, in PKCS7_dataInit() 398 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; PKCS7_dataDecode() local 731 BIO *btmp; PKCS7_dataFinal() local 1024 BIO *btmp; PKCS7_signatureVerify() local [all...] |
/third_party/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 60 BIO *btmp; in pkcs7_bio_add_digest() local 65 if ((btmp = BIO_new(BIO_f_md())) == NULL) { in pkcs7_bio_add_digest() 87 if (BIO_set_md(btmp, md) <= 0) { in pkcs7_bio_add_digest() 94 *pbio = btmp; in pkcs7_bio_add_digest() 95 else if (!BIO_push(*pbio, btmp)) { in pkcs7_bio_add_digest() 99 btmp = NULL; in pkcs7_bio_add_digest() 104 BIO_free(btmp); in pkcs7_bio_add_digest() 210 BIO *out = NULL, *btmp = NULL; in PKCS7_dataInit() local 298 if ((btmp = BIO_new(BIO_f_cipher())) == NULL) { in PKCS7_dataInit() 302 BIO_get_cipher_ctx(btmp, in PKCS7_dataInit() 398 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; PKCS7_dataDecode() local 731 BIO *btmp; PKCS7_dataFinal() local 1024 BIO *btmp; PKCS7_signatureVerify() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/conf/ |
H A D | conf_lib.c | 72 BIO *btmp; in LHASH_OF() local 74 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in LHASH_OF() 78 ltmp = CONF_load_bio(conf, btmp, eline); in LHASH_OF() 79 BIO_free(btmp); in LHASH_OF() 153 BIO *btmp; in LHASH_OF() local 156 if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) { in LHASH_OF() 160 ret = CONF_dump_bio(conf, btmp); in LHASH_OF() 161 BIO_free(btmp); in LHASH_OF() 263 BIO *btmp; in NCONF_load_fp() local 265 if ((btmp in NCONF_load_fp() 383 BIO *btmp; NCONF_dump_fp() local [all...] |
H A D | conf_def.c | 218 char btmp[DECIMAL_SIZE(eline) + 1]; in def_load_bio() local 600 BIO_snprintf(btmp, sizeof(btmp), "%ld", eline); in def_load_bio() 601 ERR_add_error_data(2, "line ", btmp); in def_load_bio()
|
/third_party/openssl/crypto/conf/ |
H A D | conf_lib.c | 72 BIO *btmp; in LHASH_OF() local 74 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) { in LHASH_OF() 78 ltmp = CONF_load_bio(conf, btmp, eline); in LHASH_OF() 79 BIO_free(btmp); in LHASH_OF() 153 BIO *btmp; in LHASH_OF() local 156 if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) { in LHASH_OF() 160 ret = CONF_dump_bio(conf, btmp); in LHASH_OF() 161 BIO_free(btmp); in LHASH_OF() 263 BIO *btmp; in NCONF_load_fp() local 265 if ((btmp in NCONF_load_fp() 383 BIO *btmp; NCONF_dump_fp() local [all...] |
H A D | conf_def.c | 218 char btmp[DECIMAL_SIZE(eline) + 1]; in def_load_bio() local 600 BIO_snprintf(btmp, sizeof(btmp), "%ld", eline); in def_load_bio() 601 ERR_add_error_data(2, "line ", btmp); in def_load_bio()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 266 const char *btmp; in X509V3_get_value_bool() local 268 if ((btmp = value->value) == NULL) in X509V3_get_value_bool() 270 if (strcmp(btmp, "TRUE") == 0 in X509V3_get_value_bool() 271 || strcmp(btmp, "true") == 0 in X509V3_get_value_bool() 272 || strcmp(btmp, "Y") == 0 in X509V3_get_value_bool() 273 || strcmp(btmp, "y") == 0 in X509V3_get_value_bool() 274 || strcmp(btmp, "YES") == 0 in X509V3_get_value_bool() 275 || strcmp(btmp, "yes") == 0) { in X509V3_get_value_bool() 279 if (strcmp(btmp, "FALSE") == 0 in X509V3_get_value_bool() 280 || strcmp(btmp, "fals in X509V3_get_value_bool() [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 266 const char *btmp; in X509V3_get_value_bool() local 268 if ((btmp = value->value) == NULL) in X509V3_get_value_bool() 270 if (strcmp(btmp, "TRUE") == 0 in X509V3_get_value_bool() 271 || strcmp(btmp, "true") == 0 in X509V3_get_value_bool() 272 || strcmp(btmp, "Y") == 0 in X509V3_get_value_bool() 273 || strcmp(btmp, "y") == 0 in X509V3_get_value_bool() 274 || strcmp(btmp, "YES") == 0 in X509V3_get_value_bool() 275 || strcmp(btmp, "yes") == 0) { in X509V3_get_value_bool() 279 if (strcmp(btmp, "FALSE") == 0 in X509V3_get_value_bool() 280 || strcmp(btmp, "fals in X509V3_get_value_bool() [all...] |
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_strex.c | 575 BIO *btmp; in X509_NAME_print_ex_fp() local 577 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp() 578 if (!btmp) in X509_NAME_print_ex_fp() 580 ret = X509_NAME_print(btmp, nm, indent); in X509_NAME_print_ex_fp() 581 BIO_free(btmp); in X509_NAME_print_ex_fp()
|
/third_party/openssl/crypto/asn1/ |
H A D | a_strex.c | 578 BIO *btmp; in X509_NAME_print_ex_fp() local 580 btmp = BIO_new_fp(fp, BIO_NOCLOSE); in X509_NAME_print_ex_fp() 581 if (!btmp) in X509_NAME_print_ex_fp() 583 ret = X509_NAME_print(btmp, nm, indent); in X509_NAME_print_ex_fp() 584 BIO_free(btmp); in X509_NAME_print_ex_fp()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 720 unsigned char *btmp; in capi_get_pkey() local 732 btmp = (unsigned char *)(dp + 1); in capi_get_pkey() 749 if (!lend_tobn(p, btmp, dsa_plen)) in capi_get_pkey() 751 btmp += dsa_plen; in capi_get_pkey() 752 if (!lend_tobn(q, btmp, 20)) in capi_get_pkey() 754 btmp += 20; in capi_get_pkey() 755 if (!lend_tobn(g, btmp, dsa_plen)) in capi_get_pkey() 757 btmp += dsa_plen; in capi_get_pkey() 758 if (!lend_tobn(pub_key, btmp, dsa_plen)) in capi_get_pkey() 760 btmp in capi_get_pkey() [all...] |
/third_party/openssl/engines/ |
H A D | e_capi.c | 720 unsigned char *btmp; in capi_get_pkey() local 732 btmp = (unsigned char *)(dp + 1); in capi_get_pkey() 749 if (!lend_tobn(p, btmp, dsa_plen)) in capi_get_pkey() 751 btmp += dsa_plen; in capi_get_pkey() 752 if (!lend_tobn(q, btmp, 20)) in capi_get_pkey() 754 btmp += 20; in capi_get_pkey() 755 if (!lend_tobn(g, btmp, dsa_plen)) in capi_get_pkey() 757 btmp += dsa_plen; in capi_get_pkey() 758 if (!lend_tobn(pub_key, btmp, dsa_plen)) in capi_get_pkey() 760 btmp in capi_get_pkey() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 175 const struct tm * btmp); 1654 register const struct tm *const btmp) in tmcomp() 1658 if (atmp->tm_year != btmp->tm_year) in tmcomp() 1659 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp() 1660 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp() 1661 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp() 1662 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 1663 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 1664 result = atmp->tm_sec - btmp->tm_sec; in tmcomp() 1653 tmcomp(register const struct tm *const atmp, register const struct tm *const btmp) tmcomp() argument
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 173 const struct tm * btmp); 1652 register const struct tm *const btmp) in tmcomp() 1656 if (atmp->tm_year != btmp->tm_year) in tmcomp() 1657 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp() 1658 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp() 1659 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp() 1660 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 1661 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 1662 result = atmp->tm_sec - btmp->tm_sec; in tmcomp() 1651 tmcomp(register const struct tm *const atmp, register const struct tm *const btmp) tmcomp() argument
|
/third_party/tzdata/ |
H A D | localtime.c | 1924 register const struct tm *const btmp) in tmcomp() 1928 if (atmp->tm_year != btmp->tm_year) in tmcomp() 1929 return atmp->tm_year < btmp->tm_year ? -1 : 1; in tmcomp() 1930 if ((result = (atmp->tm_mon - btmp->tm_mon)) == 0 && in tmcomp() 1931 (result = (atmp->tm_mday - btmp->tm_mday)) == 0 && in tmcomp() 1932 (result = (atmp->tm_hour - btmp->tm_hour)) == 0 && in tmcomp() 1933 (result = (atmp->tm_min - btmp->tm_min)) == 0) in tmcomp() 1934 result = atmp->tm_sec - btmp->tm_sec; in tmcomp() 1923 tmcomp(register const struct tm *const atmp, register const struct tm *const btmp) tmcomp() argument
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 290 BIO *btmp; in app_get_pass() local 301 btmp = BIO_new(BIO_f_buffer()); in app_get_pass() 302 if (btmp == NULL) { in app_get_pass() 308 pwdbio = BIO_push(btmp, pwdbio); in app_get_pass() 1614 BIGNUM *btmp; in rand_serial() local 1617 btmp = b == NULL ? BN_new() : b; in rand_serial() 1618 if (btmp == NULL) in rand_serial() 1621 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY)) in rand_serial() 1623 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) in rand_serial() 1630 if (btmp ! in rand_serial() [all...] |
/third_party/openssl/apps/lib/ |
H A D | apps.c | 290 BIO *btmp; in app_get_pass() local 301 btmp = BIO_new(BIO_f_buffer()); in app_get_pass() 302 if (btmp == NULL) { in app_get_pass() 308 pwdbio = BIO_push(btmp, pwdbio); in app_get_pass() 1612 BIGNUM *btmp; in rand_serial() local 1615 btmp = b == NULL ? BN_new() : b; in rand_serial() 1616 if (btmp == NULL) in rand_serial() 1619 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY)) in rand_serial() 1621 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) in rand_serial() 1628 if (btmp ! in rand_serial() [all...] |
/third_party/libdrm/nouveau/ |
H A D | pushbuf.c | 403 struct nouveau_bufctx *bctx, *btmp; in pushbuf_flush() local 430 DRMLISTFOREACHENTRYSAFE(bctx, btmp, &nvpb->bctx_list, head) { in pushbuf_flush()
|
/third_party/python/Modules/_decimal/libmpdec/ |
H A D | mpdecimal.c | 7113 MPD_NEW_STATIC(btmp,0,0,0,0); in mpd_qrem_near() 7147 if (!mpd_qcopy(&btmp, b, status)) { in mpd_qrem_near() 7151 b = &btmp; in mpd_qrem_near() 7198 mpd_del(&btmp); in mpd_qrem_near()
|