OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bnbytes
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/
asn1_dsa.c
68
unsigned char *
bnbytes
;
local
88
|| !WPACKET_allocate_bytes(pkt, cont_len, &
bnbytes
)
92
if (
bnbytes
!= NULL
93
&& BN_bn2binpad(n,
bnbytes
, (int)cont_len) != (int)cont_len)
/src/crypto/external/bsd/openssl/dist/crypto/
asn1_dsa.c
68
unsigned char *
bnbytes
;
local
88
|| !WPACKET_allocate_bytes(pkt, cont_len, &
bnbytes
)
92
if (
bnbytes
!= NULL
93
&& BN_bn2binpad(n,
bnbytes
, (int)cont_len) != (int)cont_len)
Completed in 15 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026