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

  /external/boringssl/src/fipstools/
cavp_rsa2_keygen_test.cc 55 d_bytes((bits + 7) / 8), p_bytes(BN_num_bytes(p)),
64 BN_bn2bin(p, p_bytes.data()) != p_bytes.size() ||
72 EncodeHex(p_bytes.data(), p_bytes.size()).c_str(),
  /system/nfc/src/nfc/include/
llcp_int.h 315 bool llcp_util_parse_link_params(uint16_t length, uint8_t* p_bytes);
323 tLLCP_STATUS llcp_util_parse_connect(uint8_t* p_bytes, uint16_t length,
327 tLLCP_STATUS llcp_util_parse_cc(uint8_t* p_bytes, uint16_t length,
  /external/syslinux/com32/libutil/
sha256crypt.c 306 char *p_bytes; local
402 cp = p_bytes = alloca(key_len);
431 sha256_process_bytes(p_bytes, key_len, &ctx);
441 sha256_process_bytes(p_bytes, key_len, &ctx);
447 sha256_process_bytes(p_bytes, key_len, &ctx);
508 memset(p_bytes, '\0', key_len);
sha512crypt.c 341 char *p_bytes; local
437 cp = p_bytes = alloca(key_len);
466 sha512_process_bytes(p_bytes, key_len, &ctx);
476 sha512_process_bytes(p_bytes, key_len, &ctx);
482 sha512_process_bytes(p_bytes, key_len, &ctx);
555 memset(p_bytes, '\0', key_len);
  /system/nfc/src/nfc/llcp/
llcp_util.cc 49 bool llcp_util_parse_link_params(uint16_t length, uint8_t* p_bytes) {
50 uint8_t param_type, param_len, *p = p_bytes;
468 tLLCP_STATUS llcp_util_parse_connect(uint8_t* p_bytes, uint16_t length,
470 uint8_t param_type, param_len, *p = p_bytes;
603 tLLCP_STATUS llcp_util_parse_cc(uint8_t* p_bytes, uint16_t length,
605 uint8_t param_type, param_len, *p = p_bytes;
  /external/boringssl/src/crypto/fipsmodule/bn/
exponentiation.c 1188 const uint8_t *p_bytes = (const uint8_t *)p->d; local
    [all...]

Completed in 579 milliseconds