OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ijlen
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/pkcs12/
p12_key.c
108
int Slen, Plen, Ilen,
Ijlen
;
190
Ijlen
= BN_num_bytes (Ij);
192
if (
Ijlen
> v) {
198
} else if (
Ijlen
< v) {
199
memset(I + j, 0, v -
Ijlen
);
200
if (!BN_bn2bin(Ij, I + j + v -
Ijlen
))
Completed in 1079 milliseconds