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

  /external/boringssl/src/crypto/fipsmodule/aes/
internal.h 46 int aes_hw_set_encrypt_key(const uint8_t *user_key, const int bits,
63 static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, function
aes.c     [all...]
  /external/boringssl/linux-aarch64/crypto/fipsmodule/
aesv8-armx64.S 15 .globl aes_hw_set_encrypt_key
16 .hidden aes_hw_set_encrypt_key
17 .type aes_hw_set_encrypt_key,%function
19 aes_hw_set_encrypt_key: label
181 .size aes_hw_set_encrypt_key,.-aes_hw_set_encrypt_key
  /external/boringssl/linux-ppc64le/crypto/fipsmodule/
aesp8-ppc.S 24 .globl aes_hw_set_encrypt_key
25 .type aes_hw_set_encrypt_key,@function
27 aes_hw_set_encrypt_key: label
28 .localentry aes_hw_set_encrypt_key,0
288 .size aes_hw_set_encrypt_key,.-aes_hw_set_encrypt_key
    [all...]
  /external/boringssl/linux-ppc64le/crypto/aes/
aesp8-ppc.S 23 .globl aes_hw_set_encrypt_key
25 aes_hw_set_encrypt_key: label
    [all...]
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_aes.c 253 ret = aes_hw_set_encrypt_key(key, ctx->key_len * 8, &dat->ks.ks);
356 aes_hw_set_encrypt_key(key, key_bytes * 8, aes_key);
    [all...]

Completed in 69 milliseconds