OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bstr_cbor_prefix
(Results
1 - 1
of
1
) sorted by null
/external/libweave/third_party/libuweave/src/
macaroon_caveat.c
339
uint8_t
bstr_cbor_prefix
[UW_MACAROON_ENCODING_MAX_UINT_CBOR_LEN] = {0};
local
343
(uint32_t)(caveat->num_bytes),
bstr_cbor_prefix
,
344
sizeof(
bstr_cbor_prefix
), &bstr_cbor_prefix_len)) {
349
{
bstr_cbor_prefix
, bstr_cbor_prefix_len},
366
bstr_cbor_prefix
, sizeof(
bstr_cbor_prefix
), &bstr_cbor_prefix_len)) {
379
{
bstr_cbor_prefix
, bstr_cbor_prefix_len},
Completed in 56 milliseconds