OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_cipher
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/common/
provider_util.c
26
EVP_CIPHER_free(pc->
alloc_cipher
);
27
pc->
alloc_cipher
= NULL;
37
if (src->
alloc_cipher
!= NULL && !EVP_CIPHER_up_ref(src->
alloc_cipher
))
41
EVP_CIPHER_free(src->
alloc_cipher
);
47
dst->
alloc_cipher
= src->
alloc_cipher
;
110
EVP_CIPHER_free(pc->
alloc_cipher
);
112
pc->cipher = pc->
alloc_cipher
= EVP_CIPHER_fetch(ctx, p->data, propquery);
/src/crypto/external/bsd/openssl/dist/providers/common/
provider_util.c
26
EVP_CIPHER_free(pc->
alloc_cipher
);
27
pc->
alloc_cipher
= NULL;
37
if (src->
alloc_cipher
!= NULL && !EVP_CIPHER_up_ref(src->
alloc_cipher
))
41
EVP_CIPHER_free(src->
alloc_cipher
);
47
dst->
alloc_cipher
= src->
alloc_cipher
;
110
EVP_CIPHER_free(pc->
alloc_cipher
);
112
pc->cipher = pc->
alloc_cipher
= EVP_CIPHER_fetch(ctx, p->data, propquery);
/src/crypto/external/apache2/openssl/dist/providers/common/include/prov/
provider_util.h
16
* the cipher, always. |
alloc_cipher
| only holds a reference to an
20
EVP_CIPHER *
alloc_cipher
; /* fetched cipher */
member in struct:__anon459
/src/crypto/external/bsd/openssl/dist/providers/common/include/prov/
provider_util.h
16
* the cipher, always. |
alloc_cipher
| only holds a reference to an
20
EVP_CIPHER *
alloc_cipher
; /* fetched cipher */
member in struct:__anon1529
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026