HomeSort by relevance Sort by last modified time
    Searched full:enc_key (Results 1 - 8 of 8) sorted by null

  /external/srtp/crypto/ae_xfm/
xfm.c 32 unsigned char enc_key[ENC_KEY_LEN]; local
54 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
106 unsigned char enc_key[ENC_KEY_LEN]; local
131 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
192 unsigned char enc_key[ENC_KEY_LEN]; local
219 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
303 unsigned char enc_key[ENC_KEY_LEN]; local
332 status = hmac_compute(&hmac_ctx, "ENC", 3, ENC_KEY_LEN, enc_key);
  /external/boringssl/src/ssl/
ssl_aead_ctx.c 33 const uint8_t *enc_key, size_t enc_key_len,
52 memcpy(merged_key + mac_key_len, enc_key, enc_key_len);
54 enc_key = merged_key;
68 &aead_ctx->ctx, aead, enc_key, enc_key_len,
internal.h 297 const uint8_t *enc_key, size_t enc_key_len,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 955 ('enc_key', POINTER(ASN1_OCTET_STRING)),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 955 ('enc_key', POINTER(ASN1_OCTET_STRING)),
    [all...]
  /prebuilts/android-emulator/linux-x86_64/
emulator-arm 
emulator-mips 
emulator-x86 

Completed in 323 milliseconds