Home
last modified time | relevance | path

Searched refs:key_end (Results 1 - 3 of 3) sorted by relevance

/third_party/mbedtls/library/
H A Dpk.c658 unsigned char *const key_end = key_buffer + sizeof(key_buffer); in import_pair_into_psa() local
659 unsigned char *key_data = key_end; in import_pair_into_psa()
665 size_t key_length = key_end - key_data; in import_pair_into_psa()
760 unsigned char *const key_end = key_buffer + sizeof(key_buffer); in import_public_into_psa() local
761 key_data = key_end; in import_public_into_psa()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DOnDiskHashTable.h540 key_iterator key_end() { return key_iterator(); } in key_end() function in llvm::OnDiskIterableChainedHashTable
543 return make_range(key_begin(), key_end()); in keys()
/third_party/ffmpeg/libavutil/
H A Dopt.c1626 const char *key_start, *key_end; in get_key() local
1631 key_end = opts; in get_key()
1636 if (!(*rkey = av_malloc(key_end - key_start + 1))) in get_key()
1638 memcpy(*rkey, key_start, key_end - key_start); in get_key()
1639 (*rkey)[key_end - key_start] = 0; in get_key()

Completed in 7 milliseconds