Home
last modified time | relevance | path

Searched defs:in_b (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libcrypto/bn/
Dbn_gcd.c163 BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd()
344 BN_gcd_ct(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd_ct()
/openbsd/src/regress/lib/libcrypto/cast/
Dcasttest.c86 static const unsigned char in_b[16] = { variable
/openbsd/src/lib/libcrypto/
Dcrypto_legacy.c368 CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) in CRYPTO_memcmp()
/openbsd/src/usr.sbin/bgpd/
Dsession.c3445 struct sockaddr_in *in_a, *in_b; in la_cmp() local