Searched refs:in_key (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | evp_pkey_dparams_test.c | 249 EVP_PKEY *in_key = NULL, *out_key = NULL; in params_bio_test() local 256 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in)) in params_bio_test() 259 && TEST_int_gt(i2d_KeyParams_bio(out, in_key), 0) in params_bio_test() 268 EVP_PKEY_free(in_key); in params_bio_test() 277 EVP_PKEY *in_key = NULL; in set_enc_pubkey_test() local 287 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in)); in set_enc_pubkey_test() 293 && TEST_int_le(EVP_PKEY_set1_encoded_public_key(in_key, in set_enc_pubkey_test() 300 && TEST_int_gt(EVP_PKEY_set1_encoded_public_key(in_key, in set_enc_pubkey_test() 310 EVP_PKEY_free(in_key); in set_enc_pubkey_test()
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_x509.t | 190 my $in_key = srctop_file('test', 'certs', 'x509-check-key.pem'); 193 ok(!run(app(["openssl", "x509", "-req", "-in", $in_csr, "-signkey", $in_key,
|
/freebsd/sys/dev/ice/ |
H A D | ice_flex_pipe.c | 200 u8 in_key = *key, in_key_inv = *key_inv; in ice_gen_key_word() local 216 *key |= (in_key & 0x1) << 7; in ice_gen_key_word() 236 in_key >>= 1; in ice_gen_key_word()
|