HomeSort by relevance Sort by last modified time
    Searched defs:store_method (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_meth.c 63 STORE_METHOD *STORE_create_method(char *name)
65 STORE_METHOD *store_method = (STORE_METHOD *)OPENSSL_malloc(sizeof(STORE_METHOD)); local
67 if (store_method)
69 memset(store_method, 0, sizeof(*store_method));
70 store_method->name = BUF_strdup(name);
72 return store_method;
    [all...]
  /external/openssl/crypto/store/
str_meth.c 63 STORE_METHOD *STORE_create_method(char *name)
65 STORE_METHOD *store_method = (STORE_METHOD *)OPENSSL_malloc(sizeof(STORE_METHOD)); local
67 if (store_method)
69 memset(store_method, 0, sizeof(*store_method));
70 store_method->name = BUF_strdup(name);
72 return store_method;
    [all...]

Completed in 1050 milliseconds