Searched refs:wrap_ct (Results 1 – 1 of 1) sorted by relevance
42 static const unsigned char wrap_ct[] = { variable98 if (sizeof(wrap_ct) == outlen && !CRYPTO_memcmp(outbuf, wrap_ct, outlen)) in aes_wrap_encrypt()124 BIO_dump_fp(stdout, wrap_ct, sizeof(wrap_ct)); in aes_wrap_decrypt()143 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, wrap_ct, sizeof(wrap_ct))) in aes_wrap_decrypt()
Completed in 3 milliseconds