Lines Matching refs:tkey
76 unsigned char *tkey = NULL;146 tkey = OPENSSL_malloc(tkeylen);147 if (!tkey)153 if (EVP_CIPHER_CTX_rand_key(ctx, tkey) <= 0)159 ec->key = tkey;161 tkey = NULL;188 ec->key = tkey;190 tkey = NULL;228 if (tkey)230 OPENSSL_cleanse(tkey, tkeylen);231 OPENSSL_free(tkey);