Home
last modified time | relevance | path

Searched defs:dmp1 (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Drsa_test.c76 static unsigned char dmp1[] = in key1() local
122 static unsigned char dmp1[] = in key2() local
183 static unsigned char dmp1[] = in key3() local
H A Drsa_mp_test.c85 static const unsigned char dmp1[] = in key2048p3() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c82 mpz_t dmp1, mpz_t dmq1, mpz_t iqmp, in rsa_private_calculate()
298 mpz_t p, q, dmp1, dmq1, iqmp; in gmp_rsa_private_encrypt() local
366 mpz_t p, q, dmp1, dmq1, iqmp; in gmp_rsa_private_decrypt() local
447 mpz_t el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; in gmp_rsa_generate_key() local
H A Drsa-tfm.c64 fp_int * dmp1, fp_int * dmq1, fp_int * iqmp, in tfm_rsa_private_calculate()
274 fp_int p, q, dmp1, dmq1, iqmp; in tfm_rsa_private_encrypt() local
345 fp_int p, q, dmp1, dmq1, iqmp; in tfm_rsa_private_decrypt() local
449 fp_int el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; in tfm_rsa_generate_key() local
H A Drsa-ltm.c106 mp_int * dmp1, mp_int * dmq1, mp_int * iqmp, in ltm_rsa_private_calculate()
341 mp_int p, q, dmp1, dmq1, iqmp; in ltm_rsa_private_encrypt() local
429 mp_int p, q, dmp1, dmq1, iqmp; in ltm_rsa_private_decrypt() local
520 mp_int el, p, q, n, d, dmp1, dmq1, iqmp, t1, t2, t3; in ltm_rsa_generate_key() local
H A Drsa.h114 BIGNUM *dmp1; member
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Drsa_test.c75 static unsigned char dmp1[] = in key1() local
121 static unsigned char dmp1[] = in key2() local
182 static unsigned char dmp1[] = in key3() local
H A Drsa_mp_test.c91 static const unsigned char dmp1[] = variable
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dopenssl_shim.c70 RSA_set0_crt_params(RSA * r,BIGNUM * dmp1,BIGNUM * dmq1,BIGNUM * iqmp) RSA_set0_crt_params() argument
123 RSA_get0_crt_params(const RSA * r,const BIGNUM ** dmp1,const BIGNUM ** dmq1,const BIGNUM ** iqmp) RSA_get0_crt_params() argument
[all...]
H A Dopensslrsa_link.c827 const BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; opensslrsa_tofile() local
831 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; opensslrsa_tofile() local
1147 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; opensslrsa_parse() local
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopensslrsa_link.c115 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) { in RSA_set0_crt_params()
168 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params()
721 const BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in opensslrsa_tofile() local
906 BIGNUM *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in opensslrsa_parse() local
H A Dpkcs11rsa_link.c1432 CK_ATTRIBUTE *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in pkcs11rsa_tofile() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_lib.c230 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
377 const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params()
H A Drsa_local.h43 BIGNUM *dmp1; member
H A Drsa_ossl.c750 BIGNUM *dmp1 = BN_new(); in rsa_ossl_mod_exp() local
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/pem/
H A Dpvkfmt.c325 BIGNUM *p = NULL, *q = NULL, *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in b2i_rsa() local
533 const BIGNUM *d, *p, *q, *iqmp, *dmp1, *dmq1; in check_bitlen_rsa() local
561 const BIGNUM *n, *d, *e, *p, *q, *iqmp, *dmp1, *dmq1; in write_rsa() local
/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dlibssl_compat.c203 BIGNUM * dmp1, in sslshim_RSA_set0_crt_params()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpvkfmt.c446 BIGNUM *p = NULL, *q = NULL, *dmp1 = NULL, *dmq1 = NULL, *iqmp = NULL; in ossl_b2i_RSA_after_header() local
639 const BIGNUM *d, *p, *q, *iqmp, *dmp1, *dmq1; in check_bitlen_rsa() local
667 const BIGNUM *n, *d, *e, *p, *q, *iqmp, *dmp1, *dmq1; in write_rsa() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_ossl.c768 BIGNUM *dmp1 = BN_new(); in rsa_ossl_mod_exp() local
H A Drsa_local.h67 BIGNUM *dmp1; member
H A Drsa_lib.c444 int RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
597 const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params()
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drsa.h57 PGPV_BIGNUM *dmp1; member
/netbsd-src/crypto/external/bsd/netpgp/dist/src/librsa/
H A Drsa.h57 BIGNUM *dmp1; member
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/data_mgmt/
H A Ddata_import.c782 CK_BYTE *dmp1 = malloc( dmp1Len ); in createRsaPrivKeyObject() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto.c2539 const BIGNUM *dmp1, *dmq1, *iqmp; in match_keys_rsa() local