OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isnull
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
asn1_dsa.c
110
int
isnull
= WPACKET_is_null_buf(pkt);
local
115
if (!
isnull
) {
128
|| (!
isnull
&& !WPACKET_finish(dummypkt))) {
129
if (!
isnull
)
141
|| (!
isnull
&& !ossl_encode_der_integer(pkt, r))
142
|| (!
isnull
&& !ossl_encode_der_integer(pkt, s))
/src/crypto/external/bsd/openssl/dist/crypto/
asn1_dsa.c
110
int
isnull
= WPACKET_is_null_buf(pkt);
local
115
if (!
isnull
) {
128
|| (!
isnull
&& !WPACKET_finish(dummypkt))) {
129
if (!
isnull
)
141
|| (!
isnull
&& !ossl_encode_der_integer(pkt, r))
142
|| (!
isnull
&& !ossl_encode_der_integer(pkt, s))
Completed in 18 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026