HomeSort by relevance Sort by last modified time
    Searched refs:method_data (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/ec/
ec_key.c 90 ret->method_data = NULL;
134 EC_EX_DATA_free_all_data(&r->method_data);
187 EC_EX_DATA_free_all_data(&dest->method_data);
189 for (d = src->method_data; d != NULL; d = d->next)
195 if (!EC_EX_DATA_set_data(&dest->method_data, t, d->dup_func, d->free_func, d->clear_free_func))
526 ret = EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
538 ex_data = EC_EX_DATA_get_data(key->method_data, dup_func, free_func, clear_free_func);
540 EC_EX_DATA_set_data(&key->method_data, data, dup_func, free_func, clear_free_func);
ec_lcl.h 254 EC_EXTRA_DATA *method_data; member in struct:ec_key_st
  /external/openssl/crypto/x509/
by_dir.c 131 ld=(BY_DIR *)ctx->method_data;
168 lu->method_data=(char *)a;
200 a=(BY_DIR *)lu->method_data;
323 ctx=(BY_DIR *)xl->method_data;
x509_vfy.h 222 char *method_data; /* method data */ member in struct:x509_lookup_st
x509_lu.c 75 ret->method_data=NULL;
  /external/openssl/include/openssl/
x509_vfy.h 222 char *method_data; /* method data */ member in struct:x509_lookup_st

Completed in 73 milliseconds