Home
last modified time | relevance | path

Searched defs:p_bytes (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_util.c44 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes) in llcp_util_parse_link_params()
492 tLLCP_STATUS llcp_util_parse_connect (UINT8 *p_bytes, UINT16 length, tLLCP_CONNECTION_PARAMS *p_pa… in llcp_util_parse_connect()
637 tLLCP_STATUS llcp_util_parse_cc (UINT8 *p_bytes, UINT16 length, UINT16 *p_miu, UINT8 *p_rw) in llcp_util_parse_cc()
/external/boringssl/src/crypto/bn/
Dexponentiation.c1089 const uint8_t *p_bytes = (const uint8_t *)p->d; in BN_mod_exp_mont_consttime() local