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

  /external/bluetooth/bluedroid/stack/smp/
aes.h 66 typedef uint_8t length_type; typedef
75 NOTE: If the length_type used for the key length is an
84 length_type keylen,
aes.c 498 return_type aes_set_key( const unsigned char key[], length_type keylen, aes_context ctx[1] )
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 250 uint8 length_type = header & 3; local
251 if (length_type == 3) {
256 const unsigned length_bytes = 1 << length_type;

Completed in 65 milliseconds