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

  /src/crypto/external/apache2/openssl/dist/crypto/engine/
tb_asnmth.c 192 ENGINE_FIND_STR fstr; local
193 fstr.e = NULL;
194 fstr.ameth = NULL;
195 fstr.str = str;
196 fstr.len = len;
206 engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr);
208 if (fstr.e != NULL) {
211 if (!CRYPTO_UP_REF(&fstr.e->struct_ref, &ref)) {
216 ENGINE_REF_PRINT(fstr.e, 0, 1);
218 *pe = fstr.e
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/engine/
tb_asnmth.c 192 ENGINE_FIND_STR fstr; local
193 fstr.e = NULL;
194 fstr.ameth = NULL;
195 fstr.str = str;
196 fstr.len = len;
205 engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr);
207 if (fstr.e) {
208 fstr.e->struct_ref++;
209 ENGINE_REF_PRINT(fstr.e, 0, 1);
211 *pe = fstr.e
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/engine/
tb_asnmth.c 189 ENGINE_FIND_STR fstr; local
190 fstr.e = NULL;
191 fstr.ameth = NULL;
192 fstr.str = str;
193 fstr.len = len;
201 engine_table_doall(pkey_asn1_meth_table, look_str_cb, &fstr);
203 if (fstr.e) {
204 fstr.e->struct_ref++;
205 engine_ref_debug(fstr.e, 0, 1);
207 *pe = fstr.e
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
stabs.c 192 char *fstr = NULL, *ofstr = NULL; local
289 fstr = concat(fstr, str, offset);
292 fstr = concat(fstr, str, 0);
295 fstr, stab->n_type, 0, stab->n_desc,
307 if (ofstr && strcmp(fstr, ofstr) == 0) {
309 free(fstr);
310 fstr = NULL;
316 ofstr = fstr;
    [all...]
  /src/usr.bin/make/
str.h 35 typedef struct FStr {
38 } FStr;
78 MAKE_INLINE FStr
81 FStr fstr; local
82 fstr.str = str;
83 fstr.freeIt = str;
84 return fstr;
88 MAKE_INLINE FStr
91 FStr fstr local
    [all...]
  /src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c 206 char dn[BUFSIZ], *ptr, fstr[256]; local
221 sprintf(fstr, filter, j);
224 fstr, attrs, 0, NULL, NULL, 0, 0, &msgid );
  /src/external/bsd/openldap/dist/servers/slapd/
controls.c 1417 struct berval fstr = BER_BVNULL; local
1459 filter2bv_x( op, op->o_assertion, &fstr );
1462 op->o_connid, fstr.bv_len ? fstr.bv_val : "empty" );
1463 op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx );
1601 struct berval fstr = BER_BVNULL; local
1644 vrFilter2bv( op, op->o_vrFilter, &fstr );
1648 fstr.bv_len ? fstr.bv_val : "empty" );
1649 op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx )
    [all...]
  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 332 FILE *fstr = NULL; /* file handle */ local
520 if ((fstr = fopen(filename, "r")) != NULL) {
521 cert = PEM_read_X509(fstr, NULL, NULL, NULL);
522 fclose(fstr);
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwm.c 988 struct berval fstr = BER_BVNULL; local
1014 rc = rwm_filter_map_rewrite( op, &dc, op->ors_filter, &fstr );
1020 f = str2filter_x( op, fstr.bv_val );
1028 op->ors_filterstr = fstr;
1056 if ( !BER_BVISNULL( &fstr ) ) {
1057 op->o_tmpfree( fstr.bv_val, op->o_tmpmemctx );
  /src/crypto/external/apache2/openssl/dist/crypto/evp/
p_lib.c 2513 char fstr[80]; local
2539 fstr, sizeof(fstr), &fstrlen))
2542 if (strcmp(fstr, SN_X9_62_prime_field) == 0)
2544 else if (strcmp(fstr, SN_X9_62_characteristic_two_field))
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
p_lib.c 2448 char fstr[80]; local
2474 fstr, sizeof(fstr), &fstrlen))
2477 if (strcmp(fstr, SN_X9_62_prime_field) == 0)
2479 else if (strcmp(fstr, SN_X9_62_characteristic_two_field))

Completed in 37 milliseconds