HomeSort by: relevance | last modified time | path
    Searched defs:btmp (Results 1 - 25 of 25) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/conf/
conf_lib.c 71 BIO *btmp; local
73 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
77 ltmp = CONF_load_bio(conf, btmp, eline);
78 BIO_free(btmp);
149 BIO *btmp; local
152 if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) {
156 ret = CONF_dump_bio(conf, btmp);
157 BIO_free(btmp);
220 BIO *btmp; local
222 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
329 BIO *btmp; local
    [all...]
conf_def.c 190 char btmp[DECIMAL_SIZE(eline) + 1]; local
475 BIO_snprintf(btmp, sizeof(btmp), "%ld", eline);
476 ERR_add_error_data(2, "line ", btmp);
  /src/crypto/external/apache2/openssl/dist/crypto/conf/
conf_lib.c 72 BIO *btmp; local
74 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
78 ltmp = CONF_load_bio(conf, btmp, eline);
79 BIO_free(btmp);
153 BIO *btmp; local
156 if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) {
160 ret = CONF_dump_bio(conf, btmp);
161 BIO_free(btmp);
264 BIO *btmp; local
266 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
384 BIO *btmp; local
    [all...]
conf_def.c 217 char btmp[DECIMAL_SIZE(eline) + 1]; local
590 BIO_snprintf(btmp, sizeof(btmp), "%ld", eline);
591 ERR_add_error_data(2, "line ", btmp);
  /src/crypto/external/bsd/openssl/dist/crypto/conf/
conf_lib.c 72 BIO *btmp; local
74 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL) {
78 ltmp = CONF_load_bio(conf, btmp, eline);
79 BIO_free(btmp);
153 BIO *btmp; local
156 if ((btmp = BIO_new_fp(out, BIO_NOCLOSE)) == NULL) {
160 ret = CONF_dump_bio(conf, btmp);
161 BIO_free(btmp);
263 BIO *btmp; local
265 if ((btmp = BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
383 BIO *btmp; local
    [all...]
conf_def.c 218 char btmp[DECIMAL_SIZE(eline) + 1]; local
600 BIO_snprintf(btmp, sizeof(btmp), "%ld", eline);
601 ERR_add_error_data(2, "line ", btmp);
  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 901 struct berval btmp; local
940 btmp.bv_val = ptr;
941 btmp.bv_len = 0;
944 &btmp, WHATSLEFT );
946 bv->bv_len += btmp.bv_len;
backglue.c 402 BackendDB *b1 = NULL, *btmp; local
479 btmp = b0;
482 btmp = gi->gi_n[i].gn_be;
485 if (!btmp || !btmp->be_search)
487 if (!dnIsSuffix(&btmp->be_nsuffix[0], &b1->be_nsuffix[0]))
489 if (get_no_subordinate_glue(op) && btmp != b1)
496 op->o_conn->c_pagedresults_state.ps_be != btmp )
514 op->o_bd = btmp;
636 if ( btmp == b0 )
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
a_strex.c 571 BIO *btmp; local
573 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
574 if (!btmp)
576 ret = X509_NAME_print(btmp, nm, indent);
577 BIO_free(btmp);
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
a_strex.c 578 BIO *btmp; local
580 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
581 if (!btmp)
583 ret = X509_NAME_print(btmp, nm, indent);
584 BIO_free(btmp);
  /src/crypto/external/bsd/openssl/dist/crypto/pkcs7/
pk7_doit.c 60 BIO *btmp; local
65 if ((btmp = BIO_new(BIO_f_md())) == NULL) {
87 if (BIO_set_md(btmp, md) <= 0) {
94 *pbio = btmp;
95 else if (!BIO_push(*pbio, btmp)) {
99 btmp = NULL;
104 BIO_free(btmp);
210 BIO *out = NULL, *btmp = NULL; local
298 if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
302 BIO_get_cipher_ctx(btmp, &ctx)
398 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
731 BIO *btmp; local
1024 BIO *btmp; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
a_strex.c 575 BIO *btmp; local
577 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
578 if (!btmp)
580 ret = X509_NAME_print(btmp, nm, indent);
581 BIO_free(btmp);
  /src/crypto/external/bsd/openssl.old/dist/crypto/pkcs7/
pk7_doit.c 57 BIO *btmp; local
59 if ((btmp = BIO_new(BIO_f_md())) == NULL) {
70 BIO_set_md(btmp, md);
72 *pbio = btmp;
73 else if (!BIO_push(*pbio, btmp)) {
77 btmp = NULL;
82 BIO_free(btmp);
199 BIO *out = NULL, *btmp = NULL; local
278 if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
282 BIO_get_cipher_ctx(btmp, &ctx)
362 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
649 BIO *btmp; local
947 BIO *btmp; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/pkcs7/
pk7_doit.c 97 BIO *btmp; local
102 if ((btmp = BIO_new(BIO_f_md())) == NULL) {
124 if (BIO_set_md(btmp, md) <= 0) {
131 *pbio = btmp;
132 else if (!BIO_push(*pbio, btmp)) {
136 btmp = NULL;
141 BIO_free(btmp);
235 BIO *out = NULL, *btmp = NULL; local
323 if ((btmp = BIO_new(BIO_f_cipher())) == NULL) {
327 BIO_get_cipher_ctx(btmp, &ctx)
440 BIO *out = NULL, *btmp = NULL, *etmp = NULL, *bio = NULL; local
774 BIO *btmp; local
1073 BIO *btmp; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 268 const char *btmp; local
270 if ((btmp = value->value) == NULL)
272 if (strcmp(btmp, "TRUE") == 0
273 || strcmp(btmp, "true") == 0
274 || strcmp(btmp, "Y") == 0
275 || strcmp(btmp, "y") == 0
276 || strcmp(btmp, "YES") == 0
277 || strcmp(btmp, "yes") == 0) {
281 if (strcmp(btmp, "FALSE") == 0
282 || strcmp(btmp, "false") ==
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 266 const char *btmp; local
268 if ((btmp = value->value) == NULL)
270 if (strcmp(btmp, "TRUE") == 0
271 || strcmp(btmp, "true") == 0
272 || strcmp(btmp, "Y") == 0
273 || strcmp(btmp, "y") == 0
274 || strcmp(btmp, "YES") == 0
275 || strcmp(btmp, "yes") == 0) {
279 if (strcmp(btmp, "FALSE") == 0
280 || strcmp(btmp, "false") ==
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 265 const char *btmp; local
267 if ((btmp = value->value) == NULL)
269 if (strcmp(btmp, "TRUE") == 0
270 || strcmp(btmp, "true") == 0
271 || strcmp(btmp, "Y") == 0
272 || strcmp(btmp, "y") == 0
273 || strcmp(btmp, "YES") == 0
274 || strcmp(btmp, "yes") == 0) {
278 if (strcmp(btmp, "FALSE") == 0
279 || strcmp(btmp, "false") ==
    [all...]
  /src/crypto/external/apache2/openssl/dist/engines/
e_capi.c 725 unsigned char *btmp; local
737 btmp = (unsigned char *)(dp + 1);
757 if (!lend_tobn(p, btmp, dsa_plen)) {
761 btmp += dsa_plen;
762 if (!lend_tobn(q, btmp, 20)) {
766 btmp += 20;
767 if (!lend_tobn(g, btmp, dsa_plen)) {
771 btmp += dsa_plen;
772 if (!lend_tobn(pub_key, btmp, dsa_plen)) {
776 btmp += dsa_plen
    [all...]
  /src/crypto/external/bsd/openssl/dist/engines/
e_capi.c 720 unsigned char *btmp; local
732 btmp = (unsigned char *)(dp + 1);
749 if (!lend_tobn(p, btmp, dsa_plen))
751 btmp += dsa_plen;
752 if (!lend_tobn(q, btmp, 20))
754 btmp += 20;
755 if (!lend_tobn(g, btmp, dsa_plen))
757 btmp += dsa_plen;
758 if (!lend_tobn(pub_key, btmp, dsa_plen))
760 btmp += dsa_plen
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 418 BIO *btmp; local
429 btmp = BIO_new(BIO_f_buffer());
430 pwdbio = BIO_push(btmp, pwdbio);
1530 BIGNUM *btmp; local
1533 btmp = b == NULL ? BN_new() : b;
1534 if (btmp == NULL)
1537 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY))
1539 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
1546 if (btmp != b)
1547 BN_free(btmp);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_capi.c 707 unsigned char *btmp; local
719 btmp = (unsigned char *)(dp + 1);
736 if (!lend_tobn(p, btmp, dsa_plen))
738 btmp += dsa_plen;
739 if (!lend_tobn(q, btmp, 20))
741 btmp += 20;
742 if (!lend_tobn(g, btmp, dsa_plen))
744 btmp += dsa_plen;
745 if (!lend_tobn(pub_key, btmp, dsa_plen))
747 btmp += dsa_plen
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 236 BIO *btmp; local
248 btmp = BIO_new(BIO_f_buffer());
249 if (btmp == NULL) {
255 pwdbio = BIO_push(btmp, pwdbio);
1640 BIGNUM *btmp; local
1643 btmp = b == NULL ? BN_new() : b;
1644 if (btmp == NULL)
1647 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY))
1649 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
1656 if (btmp != b
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 290 BIO *btmp; local
301 btmp = BIO_new(BIO_f_buffer());
302 if (btmp == NULL) {
308 pwdbio = BIO_push(btmp, pwdbio);
1614 BIGNUM *btmp; local
1617 btmp = b == NULL ? BN_new() : b;
1618 if (btmp == NULL)
1621 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY))
1623 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
1630 if (btmp != b
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 7030 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7048 btmp = builtin_decl_explicit (BUILT_IN_CLZLL);
7050 build_call_expr_loc (input_location, btmp, 1, tmp1));
7053 btmp = builtin_decl_explicit (BUILT_IN_CLZLL);
7055 build_call_expr_loc (input_location, btmp, 1, tmp2));
7142 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7157 btmp = builtin_decl_explicit (BUILT_IN_CTZLL);
7159 build_call_expr_loc (input_location, btmp, 1, tmp1));
7164 btmp = builtin_decl_explicit (BUILT_IN_CTZLL);
7166 build_call_expr_loc (input_location, btmp, 1, tmp2))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 7052 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7070 btmp = builtin_decl_explicit (BUILT_IN_CLZLL);
7072 build_call_expr_loc (input_location, btmp, 1, tmp1));
7075 btmp = builtin_decl_explicit (BUILT_IN_CLZLL);
7077 build_call_expr_loc (input_location, btmp, 1, tmp2));
7164 tree ullsize, ullmax, tmp1, tmp2, btmp; local
7179 btmp = builtin_decl_explicit (BUILT_IN_CTZLL);
7181 build_call_expr_loc (input_location, btmp, 1, tmp1));
7186 btmp = builtin_decl_explicit (BUILT_IN_CTZLL);
7188 build_call_expr_loc (input_location, btmp, 1, tmp2))
    [all...]

Completed in 64 milliseconds