Searched refs:wrap_ct (Results 1 – 1 of 1) sorted by relevance
85 static const unsigned char wrap_ct[] = { variable178 if (sizeof(wrap_ct) == outlen && !CRYPTO_memcmp(outbuf, wrap_ct, outlen)) in aes_wrap_encrypt()204 BIO_dump_fp(stdout, wrap_ct, sizeof(wrap_ct)); in aes_wrap_decrypt()223 if (!EVP_DecryptUpdate(ctx, outbuf, &outlen, wrap_ct, sizeof(wrap_ct))) in aes_wrap_decrypt()