OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:infotype
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/crypto/x509/
by_store.c
51
int
infotype
;
local
57
infotype
= OSSL_STORE_INFO_get_type(info);
60
if (
infotype
== OSSL_STORE_INFO_NAME) {
74
switch (
infotype
) {
/src/crypto/external/apache2/openssl/dist/crypto/x509/
by_store.c
60
int
infotype
;
local
66
infotype
= OSSL_STORE_INFO_get_type(info);
69
if (
infotype
== OSSL_STORE_INFO_NAME) {
88
switch (
infotype
) {
/src/crypto/external/apache2/openssl/dist/ssl/
ssl_cert.c
1010
int
infotype
;
local
1014
infotype
= OSSL_STORE_INFO_get_type(info);
1016
if (
infotype
== OSSL_STORE_INFO_NAME) {
1024
} else if (
infotype
== OSSL_STORE_INFO_CERT) {
/src/crypto/external/bsd/openssl/dist/ssl/
ssl_cert.c
821
int
infotype
= info == 0 ? 0 : OSSL_STORE_INFO_get_type(info);
local
826
if (
infotype
== OSSL_STORE_INFO_NAME) {
834
} else if (
infotype
== OSSL_STORE_INFO_CERT) {
Completed in 27 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026