OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:di_prefix
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/crypto/rsa/
rsa_sign.c
261
const unsigned char *
di_prefix
;
local
268
di_prefix
= ossl_rsa_digestinfo_encoding(type, &di_prefix_len);
269
if (
di_prefix
== NULL) {
278
memcpy(dig_info,
di_prefix
, di_prefix_len);
/src/crypto/external/bsd/openssl/dist/crypto/rsa/
rsa_sign.c
246
const unsigned char *
di_prefix
;
local
253
di_prefix
= ossl_rsa_digestinfo_encoding(type, &di_prefix_len);
254
if (
di_prefix
== NULL) {
265
memcpy(dig_info,
di_prefix
, di_prefix_len);
Completed in 90 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026