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

/fuchsia/zircon/third_party/ulib/musl/src/crypt/
H A Dencrypt.c29 struct expanded_key decrypt_key, *key; local
43 key = &decrypt_key;
45 decrypt_key.l[i] = __encrypt_key.l[15 - i];
46 decrypt_key.r[i] = __encrypt_key.r[15 - i];

Completed in 20 milliseconds