Home
last modified time | relevance | path

Searched refs:in_key (Results 1 – 6 of 6) sorted by relevance

/src/crypto/openssl/test/recipes/
H A D15-test_pkey.t23 my $in_key = srctop_file('test', 'certs', 'root-key.pem');
32 ok(run(app([@app, '-aes256', '-in', $in_key, '-out', $encrypted_key,
43 is(compare_text($in_key, $decrypted_key), 0,
53 copy($in_key, $inout);
64 is(compare_text($in_key, $inout), 0,
100 ok(run(app([@app, '-in', $in_key, '-outform', 'DER',
111 is(compare_text($in_key, $pem_out), 0,
119 run(app([@app, '-in', $in_key, '-text']), capture => 1)),
123 run(app([@app, '-in', $in_key, '-text', '-noout']), capture => 1)),
127 run(app([@app, '-in', $in_key, '-text', '-noout']), capture => 1)),
H A D25-test_x509.t524 my $in_key = srctop_file('test', 'certs', 'x509-check-key.pem');
527 ok(!run(app(["openssl", "x509", "-req", "-in", $in_csr, "-signkey", $in_key,
/src/crypto/openssl/test/
H A Devp_pkey_dparams_test.c245 EVP_PKEY *in_key = NULL, *out_key = NULL; in params_bio_test() local
252 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in)) in params_bio_test()
255 && TEST_int_gt(i2d_KeyParams_bio(out, in_key), 0) in params_bio_test()
264 EVP_PKEY_free(in_key); in params_bio_test()
273 EVP_PKEY *in_key = NULL; in set_enc_pubkey_test() local
283 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in)); in set_enc_pubkey_test()
289 && TEST_int_le(EVP_PKEY_set1_encoded_public_key(in_key, in set_enc_pubkey_test()
296 && TEST_int_gt(EVP_PKEY_set1_encoded_public_key(in_key, in set_enc_pubkey_test()
306 EVP_PKEY_free(in_key); in set_enc_pubkey_test()
/src/crypto/krb5/src/lib/crypto/builtin/camellia/
H A Dcamellia.h110 cam_rval camellia_enc_key(const unsigned char in_key[], unsigned int klen,
115 cam_rval camellia_dec_key(const unsigned char in_key[], unsigned int klen,
H A Dcamellia.c1487 camellia_enc_key(const unsigned char in_key[], unsigned int klen, in camellia_enc_key() argument
1491 camellia_setup128(in_key, cx->k_sch); in camellia_enc_key()
1495 camellia_setup192(in_key, cx->k_sch); in camellia_enc_key()
1499 camellia_setup256(in_key, cx->k_sch); in camellia_enc_key()
1516 camellia_dec_key(const unsigned char in_key[], unsigned int klen, in camellia_dec_key() argument
1520 camellia_setup128(in_key, cx->k_sch); in camellia_dec_key()
1524 camellia_setup192(in_key, cx->k_sch); in camellia_dec_key()
1528 camellia_setup256(in_key, cx->k_sch); in camellia_dec_key()
/src/sys/dev/ice/
H A Dice_flex_pipe.c200 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()