HomeSort by: relevance | last modified time | path
    Searched refs:legacy_cache_pkey (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/evp/
p_lib.c 1793 if (ameth == NULL && x->legacy_cache_pkey.ptr != NULL)
1797 if (x->legacy_cache_pkey.ptr != NULL) {
1807 x->pkey = x->legacy_cache_pkey;
1808 x->legacy_cache_pkey.ptr = NULL;
2185 ret = pk->legacy_cache_pkey.ptr;
2200 ret = pk->legacy_cache_pkey.ptr;
2203 ret = pk->legacy_cache_pkey.ptr = tmp_copy->pkey.ptr;
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
p_lib.c 1731 if (ameth == NULL && x->legacy_cache_pkey.ptr != NULL)
1735 if (x->legacy_cache_pkey.ptr != NULL) {
1745 x->pkey = x->legacy_cache_pkey;
1746 x->legacy_cache_pkey.ptr = NULL;
2120 ret = pk->legacy_cache_pkey.ptr;
2135 ret = pk->legacy_cache_pkey.ptr;
2138 ret = pk->legacy_cache_pkey.ptr = tmp_copy->pkey.ptr;
  /src/crypto/external/apache2/openssl/dist/include/crypto/
evp.h 687 union legacy_pkey_st legacy_cache_pkey; member in struct:evp_pkey_st
  /src/crypto/external/bsd/openssl/dist/include/crypto/
evp.h 671 union legacy_pkey_st legacy_cache_pkey; member in struct:evp_pkey_st

Completed in 34 milliseconds