Searched defs:modulus (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/usr.bin/ssh/ |
H A D | dh.c | 306 dh_new_group_asc(const char *gen, const char *modulus) in dh_new_group_asc() argument 331 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() argument
|
/openbsd-src/usr.bin/openssl/ |
H A D | dsa.c | 80 int modulus; member
|
H A D | rsa.c | 82 int modulus; global() member
|
H A D | x509.c | 129 int modulus; global() member
|
H A D | req.c | 146 int modulus; member
|
/openbsd-src/regress/lib/libcrypto/bn/ |
H A D | bn_isqrt.c | 53 get_table(int modulus) in get_table()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | stl_function.h | 170 struct modulus : public binary_function<_Tp, _Tp, _Tp> struct 173 operator()(const _Tp& __x, const _Tp& __y) const in operator()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
H A D | stl_function.h | 152 struct modulus : public binary_function<_Tp,_Tp,_Tp> struct 154 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x % __y; } in operator()
|
/openbsd-src/usr.sbin/unbound/sldns/ |
H A D | keyraw.c | 421 BIGNUM* modulus = NULL; in sldns_key_buf2rsa_raw() local
|
/openbsd-src/sbin/unwind/libunbound/sldns/ |
H A D | keyraw.c | 421 BIGNUM* modulus = NULL; in sldns_key_buf2rsa_raw() local
|
/openbsd-src/usr.sbin/unbound/validator/ |
H A D | val_secalgo.c | 1182 SECItem modulus = {siBuffer, NULL, 0}; nss_buf2rsa() local
|
/openbsd-src/sbin/unwind/libunbound/validator/ |
H A D | val_secalgo.c | 1182 SECItem modulus = {siBuffer, NULL, 0}; nss_buf2rsa() local
|