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

  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 83 uint8_t *unitmp; local
90 unitmp = OPENSSL_malloc(ulen);
91 if (unitmp == NULL) {
95 unitmp[i] = 0;
96 unitmp[i + 1] = ascii[i >> 1];
100 unitmp[ulen - 2] = 0;
101 unitmp[ulen - 1] = 0;
103 *out = unitmp;
    [all...]

Completed in 878 milliseconds