OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newcache
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_pkey.c
835
DECODER_CACHE_ENTRY cacheent, *res, *
newcache
= NULL;
local
906
newcache
= OPENSSL_zalloc(sizeof(*
newcache
));
907
if (
newcache
== NULL) {
913
newcache
->input_type = OPENSSL_strdup(input_type);
914
if (
newcache
->input_type == NULL)
918
newcache
->input_structure = OPENSSL_strdup(input_structure);
919
if (
newcache
->input_structure == NULL)
923
newcache
->keytype = OPENSSL_strdup(keytype);
924
if (
newcache
->keytype == NULL
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_impl.c
4742
SSL_TOKEN_STORE *
newcache
= OPENSSL_zalloc(sizeof(SSL_TOKEN_STORE));
local
4744
if (
newcache
== NULL)
4747
newcache
->cache = lh_QUIC_TOKEN_new(quic_token_hash, quic_token_cmp);
4748
if (
newcache
->cache == NULL)
4752
if ((
newcache
->mutex = ossl_crypto_mutex_new()) == NULL)
4756
if (!CRYPTO_NEW_REF(&
newcache
->references, 1))
4762
ossl_quic_free_token_store(
newcache
);
4763
newcache
= NULL;
4765
return
newcache
;
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026