Home
last modified time | relevance | path

Searched refs:a_len (Results 1 – 15 of 15) sorted by relevance

/openbsd/lib/libcrypto/bn/
H A Dbn_add.c110 bn_add(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len, const BN_ULONG *b, in bn_add() argument
116 if ((min_len = a_len) > b_len) in bn_add()
119 diff_len = a_len - b_len; in bn_add()
191 bn_sub(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len, const BN_ULONG *b, in bn_sub() argument
197 if ((min_len = a_len) > b_len) in bn_sub()
200 diff_len = a_len - b_len; in bn_sub()
H A Dbn_sqr.c201 bn_sqr_normal(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len) in bn_sqr_normal() argument
208 if (a_len <= 0) in bn_sqr_normal()
220 n = a_len - 1; in bn_sqr_normal()
241 bn_sqr_add_words(r, a, a_len); in bn_sqr_normal()
H A Dbn_local.h246 BN_ULONG bn_add(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len,
248 BN_ULONG bn_sub(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len,
/openbsd/lib/libcrypto/bn/arch/amd64/
H A Dbn_arch.c26 bn_add(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len, const BN_ULONG *b, in bn_add() argument
29 return bignum_add(r_len, (uint64_t *)r, a_len, (uint64_t *)a, in bn_add()
46 bn_sub(BN_ULONG *r, int r_len, const BN_ULONG *a, int a_len, const BN_ULONG *b, in bn_sub() argument
49 return bignum_sub(r_len, (uint64_t *)r, a_len, (uint64_t *)a, in bn_sub()
/openbsd/sbin/unwind/
H A Ddns64_synth.c78 size_t a_len, uint8_t *aaaa, size_t aaaa_len) in synthesize_aaaa() argument
82 for (i = 0, pos = prefixlen / 8; i < a_len && pos < aaaa_len; in synthesize_aaaa()
/openbsd/lib/libcrypto/x509/
H A Dx509_utl.c836 equal_email(const unsigned char *a, size_t a_len, const unsigned char *b, in equal_email() argument
839 size_t pos = a_len; in equal_email()
840 if (a_len != b_len) in equal_email()
850 if (!equal_nocase(a + pos, a_len - pos, b + pos, in equal_email()
851 a_len - pos, 0)) in equal_email()
857 pos = a_len; in equal_email()
/openbsd/usr.sbin/unbound/dns64/
H A Ddns64.c299 int prefix_net, const uint8_t a[], size_t a_len, uint8_t aaaa[], in synthesize_aaaa() argument
304 log_assert(prefix_addr_len == 16 && a_len == 4 && aaaa_len == 16); in synthesize_aaaa()
307 (void)prefix_addr_len; (void)a_len; (void)aaaa_len; in synthesize_aaaa()
309 for(i = 0, pos = prefix_net / 8; i < a_len; i++, pos++) { in synthesize_aaaa()
/openbsd/sbin/unwind/libunbound/dns64/
H A Ddns64.c299 int prefix_net, const uint8_t a[], size_t a_len, uint8_t aaaa[], in synthesize_aaaa() argument
304 log_assert(prefix_addr_len == 16 && a_len == 4 && aaaa_len == 16); in synthesize_aaaa()
307 (void)prefix_addr_len; (void)a_len; (void)aaaa_len; in synthesize_aaaa()
309 for(i = 0, pos = prefix_net / 8; i < a_len; i++, pos++) { in synthesize_aaaa()
/openbsd/usr.sbin/nsd/
H A Dxfrd-notify.c186 cmp_addr_equal(struct sockaddr* a, socklen_t a_len, struct acl_options* dest) in cmp_addr_equal() argument
195 if(a_len < sizeof(struct sockaddr_in6)) in cmp_addr_equal()
209 if(a_len < sizeof(struct sockaddr_in)) in cmp_addr_equal()
/openbsd/sys/net/
H A Dwg_noise.c786 size_t a_len, size_t b_len, size_t c_len, size_t x_len, in noise_kdf() argument
792 KASSERT(a_len <= BLAKE2S_HASH_SIZE && b_len <= BLAKE2S_HASH_SIZE && in noise_kdf()
794 KASSERT(!(b || b_len || c || c_len) || (a && a_len)); in noise_kdf()
800 if (a == NULL || a_len == 0) in noise_kdf()
806 memcpy(a, out, a_len); in noise_kdf()
/openbsd/usr.sbin/tcpdump/
H A Ddecnet.h51 unsigned short a_len; /* length of address */ member
H A Dprint-decnet.c872 dna.a_len = sizeof(short); in dnname_string()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmach_o.py384 a_len = len(a)
386 if a_len < b_len:
389 max_len = a_len
393 if i < a_len:
/openbsd/usr.sbin/unbound/validator/
H A Dautotrust.c1361 dnskey_compare_skip_revbit(uint8_t* a, size_t a_len, uint8_t* b, size_t b_len) in dnskey_compare_skip_revbit() argument
1364 if(a_len != b_len) in dnskey_compare_skip_revbit()
1367 for(i = 0; i < a_len; i++) in dnskey_compare_skip_revbit()
/openbsd/sbin/unwind/libunbound/validator/
H A Dautotrust.c1365 dnskey_compare_skip_revbit(uint8_t* a, size_t a_len, uint8_t* b, size_t b_len) in dnskey_compare_skip_revbit() argument
1368 if(a_len != b_len) in dnskey_compare_skip_revbit()
1371 for(i = 0; i < a_len; i++) in dnskey_compare_skip_revbit()