OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ossl_blob_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/pem/
pvkfmt.c
254
unsigned int
ossl_blob_length
(unsigned bitlen, int isdss, int ispub)
function
298
if (length <
ossl_blob_length
(bitlen, *isdss, *ispub)) {
342
length =
ossl_blob_length
(bitlen, isdss, *ispub);
586
+
ossl_blob_length
(bitlen, keyalg == MS_KEYALG_DSS_SIGN ? 1 : 0, ispub);
/src/crypto/external/bsd/openssl/dist/crypto/pem/
pvkfmt.c
249
unsigned int
ossl_blob_length
(unsigned bitlen, int isdss, int ispub)
function
294
if (length <
ossl_blob_length
(bitlen, *isdss, *ispub)) {
338
length =
ossl_blob_length
(bitlen, isdss, *ispub);
573
+
ossl_blob_length
(bitlen, keyalg == MS_KEYALG_DSS_SIGN ? 1 : 0, ispub);
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026