Home
last modified time | relevance | path

Searched refs:in_b (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Driscv64cpuid.pl18 my ($in_a,$in_b,$len,$x,$temp1,$temp2) = ('a0','a1','a2','t0','t1','t2');
32 lbu $temp2,0($in_b)
34 addi $in_b,$in_b,1
H A Driscv32cpuid.pl18 my ($in_a,$in_b,$len,$x,$temp1,$temp2) = ('a0','a1','a2','t0','t1','t2');
32 lbu $temp2,0($in_b)
34 addi $in_b,$in_b,1
H A Dloongarch64cpuid.pl25 my ($in_a,$in_b,$len,$m,$temp1,$temp2) = ($a0,$a1,$a2,$t0,$t1,$t2);
39 ld.bu $temp2,$in_b,0
41 addi.d $in_b,$in_b,1
H A Dcpuid.c198 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len) in CRYPTO_memcmp() argument
202 const volatile unsigned char *b = in_b; in CRYPTO_memcmp()
/freebsd/crypto/openssl/test/
H A Dcasttest.c49 static unsigned char in_b[16] = { variable
93 memcpy(out_b, in_b, sizeof(in_b)); in cast_test_iterations()
/freebsd/contrib/wpa/src/common/
H A Dctrl_iface_common.c27 struct sockaddr_in *in_a, *in_b; in sockaddr_compare() local
30 in_b = (struct sockaddr_in *) b; in sockaddr_compare()
32 if (in_a->sin_port != in_b->sin_port) in sockaddr_compare()
34 if (in_a->sin_addr.s_addr != in_b->sin_addr.s_addr) in sockaddr_compare()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gcd.c580 int BN_gcd(BIGNUM *r, const BIGNUM *in_a, const BIGNUM *in_b, BN_CTX *ctx) in BN_gcd() argument
589 if (BN_is_zero(in_b)) { in BN_gcd()
595 ret = BN_copy(r, in_b) != NULL; in BN_gcd()
601 bn_check_top(in_b); in BN_gcd()
609 || !BN_lshift1(g, in_b) in BN_gcd()
/freebsd/crypto/openssl/include/openssl/
H A Dcrypto.h470 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len);
H A Dcrypto.h.in447 int CRYPTO_memcmp(const void *in_a, const void *in_b, size_t len);