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

/external/openssl/crypto/aes/
H A Daes_wrap.c143 int AES_wrap_unwrap_test(const unsigned char *kek, int keybits, function
244 ret = AES_wrap_unwrap_test(kek, 128, NULL, e1, key, 16);
246 ret = AES_wrap_unwrap_test(kek, 192, NULL, e2, key, 16);
248 ret = AES_wrap_unwrap_test(kek, 256, NULL, e3, key, 16);
250 ret = AES_wrap_unwrap_test(kek, 192, NULL, e4, key, 24);
252 ret = AES_wrap_unwrap_test(kek, 256, NULL, e5, key, 24);
254 ret = AES_wrap_unwrap_test(kek, 256, NULL, e6, key, 32);

Completed in 344 milliseconds