OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psbuf
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/pem/
pem_pk8.c
163
char
psbuf
[PEM_BUFSIZE];
local
171
klen = cb(
psbuf
, PEM_BUFSIZE, 0, u);
177
p8inf = PKCS8_decrypt(p8,
psbuf
, klen);
pem_pkey.c
101
char
psbuf
[PEM_BUFSIZE];
local
109
klen = cb(
psbuf
, PEM_BUFSIZE, 0, u);
115
p8inf = PKCS8_decrypt(p8,
psbuf
, klen);
Completed in 3234 milliseconds