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

  /src/crypto/external/bsd/openssh/dist/
ssh-rsa.c 93 const BIGNUM *rsa_n, *rsa_e, *rsa_d, *rsa_iqmp, *rsa_p, *rsa_q; local
99 RSA_get0_factors(rsa, &rsa_p, &rsa_q);
110 (r = sshbuf_put_bignum2(b, rsa_p)) != 0 ||
236 BIGNUM *rsa_iqmp = NULL, *rsa_p = NULL, *rsa_q = NULL; local
263 (r = sshbuf_get_bignum2(b, &rsa_p)) != 0 ||
266 if ((r = ssh_rsa_complete_crt_parameters(rsa_d, rsa_p, rsa_q,
274 if (!RSA_set0_factors(rsa, rsa_p, rsa_q)) {
278 rsa_p = rsa_q = NULL; /* transferred */
301 BN_clear_free(rsa_p);
361 ssh_rsa_complete_crt_parameters(const BIGNUM *rsa_d, const BIGNUM *rsa_p,
    [all...]
ssh-keygen.c 448 BIGNUM *rsa_p = NULL, *rsa_q = NULL, *rsa_iqmp = NULL; local
511 (rsa_p = BN_new()) == NULL ||
519 buffer_get_bignum_bits(b, rsa_p);
520 if ((r = ssh_rsa_complete_crt_parameters(rsa_d, rsa_p, rsa_q,
531 if (!RSA_set0_factors(rsa, rsa_p, rsa_q))
533 rsa_p = rsa_q = NULL; /* transferred */
  /src/crypto/dist/ipsec-tools/src/racoon/
handler.h 173 RSA *rsa_p; /* peer's RSA key */ member in struct:ph1handle
oakley.c 1483 iph1->rsa_p = rsa_try_check_rsasign(my_hash,
1485 error = iph1->rsa_p ? 0 : -1;
  /src/crypto/external/bsd/openssl/dist/providers/fips/
self_test_data.inc 1178 static const unsigned char rsa_p[] = {
1273 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_FACTOR1, rsa_p),
  /src/crypto/external/apache2/openssl/dist/providers/fips/
self_test_data.inc 1195 static const unsigned char rsa_p[] = {
1290 ST_KAT_PARAM_BIGNUM(OSSL_PKEY_PARAM_RSA_FACTOR1, rsa_p),

Completed in 25 milliseconds