Searched refs:expanded_key (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/crypt/
H A Dencrypt.c5 struct expanded_key { struct
9 void __des_setkey(const unsigned char* key, struct expanded_key* ekey);
11 uint32_t saltbits, const struct expanded_key* ekey);
13 static struct expanded_key __encrypt_key;
29 struct expanded_key decrypt_key, *key;
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/cipher_extra/
H A De_aesgcmsiv.c175 // the expanded key in |expanded_key|.
178 const struct aead_aes_gcm_siv_asm_ctx *expanded_key);
184 const struct aead_aes_gcm_siv_asm_ctx *expanded_key);
437 struct aead_aes_gcm_siv_asm_ctx expanded_key; local
439 aes128gcmsiv_aes_ks((const uint8_t *) record_enc_key, &expanded_key.key[0]);
441 aes256gcmsiv_aes_ks((const uint8_t *) record_enc_key, &expanded_key.key[0]);
464 aes128gcmsiv_dec(in, out, calculated_tag, htable, &expanded_key,
467 aes256gcmsiv_dec(in, out, calculated_tag, htable, &expanded_key,
474 &expanded_key);
501 aes128gcmsiv_ecb_enc_block(calculated_tag, calculated_tag, &expanded_key);
[all...]

Completed in 82 milliseconds