Home
last modified time | relevance | path

Searched defs:keylen (Results 1 – 8 of 8) sorted by relevance

/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dminiopt.c59 int keylen; in miniopt() local
/aosp12/system/sepolicy/tools/sepolicy-analyze/
H A Dsepolicy-analyze.c18 size_t keylen; member
/aosp12/system/core/trusty/keymaster/set_attestation_key/
H A Dset_attestation_key.cpp152 long keylen; in set_attestation_key_or_cert_pem() local
184 size_t keylen; in set_attestation_key_or_cert_iecs() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dtipc.h143 unsigned int keylen; member
H A Dvirtio_crypto.h61 __le32 keylen; member
/aosp12/system/bt/gd/crypto_toolbox/
H A Daes.cc488 return_type aes_set_key(const unsigned char key[], length_type keylen, aes_context ctx[1]) {
/aosp12/system/bt/stack/crypto_toolbox/
H A Daes.cc539 return_type aes_set_key(const unsigned char key[], length_type keylen,
/aosp12/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h675 const size_t keylen = key == nullptr ? 0 : strlen(key) + 1; in init() local