HomeSort by relevance Sort by last modified time
    Searched refs:k_bytes (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/bn/
random.c 259 uint8_t *k_bytes = NULL; local
271 k_bytes = OPENSSL_malloc(num_k_bytes);
272 if (!k_bytes) {
307 memcpy(k_bytes + done, digest, todo);
311 k_bytes[0] &= 0xff >> bits_to_mask;
313 if (!BN_bin2bn(k_bytes, num_k_bytes, out)) {
324 OPENSSL_free(k_bytes);
  /system/tpm/trunks/
tpm_generated.cc 22139 std::string k_bytes; local
    [all...]

Completed in 79 milliseconds