HomeSort by: relevance | last modified time | path
    Searched refs:in_key (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/
15-test_pkey.t 23 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))
    [all...]
25-test_x509.t 524 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/lib/libresolv/
dst_api.c 236 * in_key Contains a private key to sign with.
249 dst_sign_data(const int mode, DST_KEY *in_key, void **context,
256 (in_key->dk_KEY_struct == NULL || signature == NULL))
259 if (in_key->dk_func && in_key->dk_func->sign)
260 return (in_key->dk_func->sign(mode, in_key, context, data, len,
283 * in_key Key for verification.
292 dst_verify_data(const int mode, DST_KEY *in_key, void **context,
298 (in_key->dk_KEY_struct == NULL || signature == NULL)
    [all...]
hmac_link.c 374 * in_key: HMAC-MD5 key
382 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str,
389 if (in_key == NULL || in_key->dk_KEY_struct == NULL ||
390 out_len <= in_key->dk_key_size || out_str == NULL)
393 hkey = (HMAC_Key *) in_key->dk_KEY_struct;
394 for (i = 0; i < in_key->dk_key_size; i++)
  /src/external/bsd/libbind/dist/dst/
dst_api.c 232 * in_key Contains a private key to sign with.
245 dst_sign_data(const int mode, DST_KEY *in_key, void **context,
252 (in_key->dk_KEY_struct == NULL || signature == NULL))
255 if (in_key->dk_func && in_key->dk_func->sign)
256 return (in_key->dk_func->sign(mode, in_key, context, data, len,
279 * in_key Key for verification.
288 dst_verify_data(const int mode, DST_KEY *in_key, void **context,
294 (in_key->dk_KEY_struct == NULL || signature == NULL)
    [all...]
hmac_link.c 383 * in_key: HMAC-MD5 key
391 dst_hmac_md5_to_dns_key(const DST_KEY *in_key, u_char *out_str,
398 if (in_key == NULL || in_key->dk_KEY_struct == NULL ||
399 out_len <= in_key->dk_key_size || out_str == NULL)
402 hkey = (HMAC_Key *) in_key->dk_KEY_struct;
403 for (i = 0; i < in_key->dk_key_size; i++)
  /src/crypto/external/bsd/openssl/dist/test/recipes/
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,
  /src/external/gpl2/gettext/dist/gettext-tools/src/
read-properties.c 357 - otherwise, if in_key is true, after the whitespace and possibly the
359 - otherwise, if in_key is false, after the end of the logical line. */
362 read_escaped_string (bool in_key)
385 if (in_key && (c == '=' || c == ':'
414 if (in_key)
write-properties.c 127 write_escaped_string (FILE *fp, const char *str, bool in_key)
138 if (uc == 0x0020 && (first || in_key))
  /src/crypto/external/apache2/openssl/dist/test/
evp_pkey_dparams_test.c 245 EVP_PKEY *in_key = NULL, *out_key = NULL; local
252 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in))
255 && TEST_int_gt(i2d_KeyParams_bio(out, in_key), 0)
264 EVP_PKEY_free(in_key);
273 EVP_PKEY *in_key = NULL; local
283 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in));
289 && TEST_int_le(EVP_PKEY_set1_encoded_public_key(in_key,
296 && TEST_int_gt(EVP_PKEY_set1_encoded_public_key(in_key,
306 EVP_PKEY_free(in_key);
  /src/crypto/external/bsd/openssl/dist/test/
evp_pkey_dparams_test.c 249 EVP_PKEY *in_key = NULL, *out_key = NULL; local
256 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in))
259 && TEST_int_gt(i2d_KeyParams_bio(out, in_key), 0)
268 EVP_PKEY_free(in_key);
277 EVP_PKEY *in_key = NULL; local
287 && TEST_ptr(d2i_KeyParams_bio(type, &in_key, in));
293 && TEST_int_le(EVP_PKEY_set1_encoded_public_key(in_key,
300 && TEST_int_gt(EVP_PKEY_set1_encoded_public_key(in_key,
310 EVP_PKEY_free(in_key);
  /src/external/mpl/dhcp/dist/omapip/
connection.c 915 c -> in_key,
921 if (c->in_key != NULL) {
922 dst_key_free(&c->in_key);
926 status = make_dst_key (&c -> in_key,
981 if (!c -> in_key || !c -> in_context)
985 c -> in_key,
996 if (c->in_key == NULL)
999 status = dst_key_sigsize(c->in_key, &sigsize);
buffer.c 406 if (c -> in_key) {
411 c -> in_key,
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip_p.h 199 dst_key_t *in_key; /* Authenticator signing incoming member in struct:__omapi_connection_object
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cp-support.exp 96 # IN_KEY is "class" or "struct". For now, I ignore it, and allow either
149 # table that had the same IN_KEY and IN_TAG, and re-use that table.
243 proc cp_test_ptype_class { in_exp in_testname in_key in_tag in_class_table
263 if {![info exists cp_class_table_history("$in_key,$in_tag")]} {
267 set in_class_table $cp_class_table_history("$in_key,$in_tag")
269 set cp_class_table_history("$in_key,$in_tag") $in_class_table
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cp-support.exp 96 # IN_KEY is "class" or "struct". For now, I ignore it, and allow either
149 # table that had the same IN_KEY and IN_TAG, and re-use that table.
243 proc cp_test_ptype_class { in_exp in_testname in_key in_tag in_class_table
263 if {![info exists cp_class_table_history("$in_key,$in_tag")]} {
267 set in_class_table $cp_class_table_history("$in_key,$in_tag")
269 set cp_class_table_history("$in_key,$in_tag") $in_class_table
  /src/sys/fs/hfs/
libhfs.c 544 hfs_catalog_key_t* in_key,
563 if (in_key == NULL || out_rec == NULL || in_vol == NULL)
592 dlo_print_key(in_key);
622 keycompare = in_vol->keycmp(in_key, curkey);
685 hfs_extent_key_t* in_key,
703 if (in_vol == NULL || in_key == NULL || out_rec == NULL)
744 keycompare = hfslib_compare_extent_keys(in_key, &curkey);

Completed in 38 milliseconds