HomeSort by relevance Sort by last modified time
    Searched full:ijlen (Results 1 - 1 of 1) sorted by null

  /external/openssl/crypto/pkcs12/
p12_key.c 111 int Slen, Plen, Ilen, Ijlen;
191 Ijlen = BN_num_bytes (Ij);
193 if (Ijlen > v) {
198 } else if (Ijlen < v) {
199 memset(I + j, 0, v - Ijlen);
200 BN_bn2bin(Ij, I + j + v - Ijlen);

Completed in 84 milliseconds