Searched refs:rsa_key (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D04-test_encoder_decoder.t25 my $rsa_key = srctop_file("test", "certs", "ee-key.pem");
31 ok(run(test(["endecode_test", "-rsa", $rsa_key,
37 ok(run(test(["endecode_test", "-rsa", $rsa_key,
46 ok(run(test(["endecode_test", "-rsa", $rsa_key,
H A D04-test_encoder_decoder_legacy.t26 my $rsa_key = srctop_file("test", "certs", "ee-key.pem");
29 ok(run(test(["endecoder_legacy_test", $rsa_key, $dh_key])));
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Drsalist.c71 struct rsa_key *rsa_key; local
73 rsa_key = calloc(sizeof(struct rsa_key), 1);
74 rsa_key->rsa = rsa;
77 rsa_key->src = src;
79 rsa_key->src = calloc(sizeof(*rsa_key->src), 1);
82 rsa_key->dst = dst;
84 rsa_key
138 struct rsa_key *rsa_key; local
[all...]
H A Drsalist.h49 struct rsa_key { struct
56 struct rsa_key *rsa_key_dup(struct rsa_key *key);
H A Dremoteconf.c565 struct rsa_key *new;
567 new = rsa_key_dup((struct rsa_key *)entry);
H A Doakley.c1688 iph1->rsa = ((struct rsa_key *)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_rsa.c52 static char *rsa_key; variable
67 { "key", 0, arg_string, &rsa_key,
322 if (rsa_key) {
323 rsa = read_key(engine, rsa_key);
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_libtomcrypt.c412 rsa_key rsa;
416 rsa_key rsa;
553 static int crypto_rsa_encrypt_pkcs1(int block_type, rsa_key *key, int key_type,
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c614 RSA *rsa_key[RSA_NUM]; member in struct:loopargs_st
1053 RSA **rsa_key = tempargs->rsa_key; local
1056 ret = RSA_sign(NID_md5_sha1, buf, 36, buf2, rsa_num, rsa_key[testnum]);
1073 RSA **rsa_key = tempargs->rsa_key; local
1077 RSA_verify(NID_md5_sha1, buf, 36, buf2, rsa_num, rsa_key[testnum]);
1861 loopargs[i].rsa_key[k] =
1863 if (loopargs[i].rsa_key[k] == NULL) {
2705 loopargs[i].rsa_key[testnu
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/librsa/
H A Drsa.c267 rsa_make_key(prng_state *prng, int wprng, int size, long e, rsa_key *key)
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drsa.c267 rsa_make_key(prng_state *prng, int wprng, int size, long e, rsa_key *key)
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c2356 EVP_PKEY *rsa_key = NULL; local
2371 && EVP_PKEY_keygen(genctx, &rsa_key);
2379 st = (rsa_key = d2i_PrivateKey(EVP_PKEY_RSA, NULL, &p,
2384 loopargs[i].rsa_sign_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key, NULL);
2403 /* RSA_blinding_on(rsa_key[testnum],NULL); */
2416 loopargs[i].rsa_verify_ctx[testnum] = EVP_PKEY_CTX_new(rsa_key,
2449 EVP_PKEY_free(rsa_key);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dpkcs12_format_test.c719 static const unsigned char rsa_key[] = { local
773 p = rsa_key;
775 sizeof(rsa_key), NULL, NULL)))

Completed in 143 milliseconds