Searched refs:wctx (Results 1 – 1 of 1) sorted by relevance
/external/openssl/crypto/aes/ |
D | aes_wrap.c | 150 AES_KEY wctx; in AES_wrap_unwrap_test() local 155 if (AES_set_encrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test() 157 r = AES_wrap_key(&wctx, iv, otmp, key, keylen); in AES_wrap_unwrap_test() 164 if (AES_set_decrypt_key(kek, keybits, &wctx)) in AES_wrap_unwrap_test() 166 r = AES_unwrap_key(&wctx, iv, ptmp, otmp, r); in AES_wrap_unwrap_test() 242 AES_KEY wctx, xctx; in main() local
|