OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ialt
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_san.c
338
GENERAL_NAMES *
ialt
= NULL;
local
353
|| (
ialt
= X509V3_EXT_d2i(ext)) == NULL) {
358
num = sk_GENERAL_NAME_num(
ialt
);
365
gen = sk_GENERAL_NAME_value(
ialt
, i);
368
sk_GENERAL_NAME_free(
ialt
);
373
sk_GENERAL_NAME_free(
ialt
);
/src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_san.c
339
GENERAL_NAMES *
ialt
= NULL;
local
354
|| (
ialt
= X509V3_EXT_d2i(ext)) == NULL) {
359
num = sk_GENERAL_NAME_num(
ialt
);
366
gen = sk_GENERAL_NAME_value(
ialt
, i);
369
sk_GENERAL_NAME_free(
ialt
);
374
sk_GENERAL_NAME_free(
ialt
);
/src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_alt.c
259
GENERAL_NAMES *
ialt
;
local
274
|| (
ialt
= X509V3_EXT_d2i(ext)) == NULL) {
279
num = sk_GENERAL_NAME_num(
ialt
);
282
sk_GENERAL_NAME_free(
ialt
);
287
gen = sk_GENERAL_NAME_value(
ialt
, i);
290
sk_GENERAL_NAME_free(
ialt
);
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026