OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:salgs
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c
1755
const SIGALG_LOOKUP **
salgs
= NULL;
local
1784
if ((
salgs
= OPENSSL_malloc(nmatch * sizeof(*
salgs
))) == NULL) {
1788
nmatch = tls12_shared_sigalgs(s,
salgs
, pref, preflen, allow, allowlen);
1790
salgs
= NULL;
1792
s->shared_sigalgs =
salgs
;
/src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c
3489
const SIGALG_LOOKUP **
salgs
= NULL;
local
3518
if ((
salgs
= OPENSSL_malloc(nmatch * sizeof(*
salgs
))) == NULL)
3520
nmatch = tls12_shared_sigalgs(s,
salgs
, pref, preflen, allow, allowlen);
3522
salgs
= NULL;
3524
s->shared_sigalgs =
salgs
;
/src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c
2237
const SIGALG_LOOKUP **
salgs
= NULL;
local
2266
if ((
salgs
= OPENSSL_malloc(nmatch * sizeof(*
salgs
))) == NULL) {
2270
nmatch = tls12_shared_sigalgs(s,
salgs
, pref, preflen, allow, allowlen);
2272
salgs
= NULL;
2274
s->shared_sigalgs =
salgs
;
Completed in 40 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026