/freebsd/sys/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
H A D | sign.c | 70 unsigned char az[64]; in _crypto_sign_ed25519_detached() local 78 memcpy(az, sk, 32); in _crypto_sign_ed25519_detached() 79 _crypto_sign_ed25519_synthetic_r_hv(&hs, nonce, az); in _crypto_sign_ed25519_detached() 81 crypto_hash_sha512(az, sk, 32); in _crypto_sign_ed25519_detached() 82 crypto_hash_sha512_update(&hs, az + 32, 32); in _crypto_sign_ed25519_detached() 100 _crypto_sign_ed25519_clamp(az); in _crypto_sign_ed25519_detached() 101 sc25519_muladd(sig + 32, hram, az, nonce); in _crypto_sign_ed25519_detached() 103 sodium_memzero(az, sizeof az); in _crypto_sign_ed25519_detached()
|
/freebsd/contrib/unbound/services/ |
H A D | authzone.h | 492 int auth_zones_apply_cfg(struct auth_zones* az, struct config_file* cfg, 501 void auth_xfer_pickup_initial(struct auth_zones* az, struct module_env* env); 508 void auth_zones_cleanup(struct auth_zones* az); 513 void auth_zones_delete(struct auth_zones* az); 539 int auth_zones_lookup(struct auth_zones* az, struct query_info* qinfo, 554 int auth_zones_answer(struct auth_zones* az, struct module_env* env, 568 struct auth_zone* auth_zones_find_zone(struct auth_zones* az, 572 struct auth_zone* auth_zone_find(struct auth_zones* az, uint8_t* nm, 576 struct auth_xfer* auth_xfer_find(struct auth_zones* az, uint8_t* nm, 581 struct auth_zone* auth_zone_create(struct auth_zones* az, uint8_t* nm, [all …]
|
H A D | rpz.c | 1699 rpz_resolve_client_action_and_zone(struct auth_zones* az, struct query_info* qinfo, in rpz_resolve_client_action_and_zone() argument 1710 lock_rw_rdlock(&az->rpz_lock); in rpz_resolve_client_action_and_zone() 1712 for(a = az->rpz_first; a; a = a->rpz_az_next) { in rpz_resolve_client_action_and_zone() 1753 lock_rw_unlock(&az->rpz_lock); in rpz_resolve_client_action_and_zone() 1923 struct auth_zone* az) in rpz_add_soa() argument 1928 if(!az) return 1; in rpz_add_soa() 1929 soa = auth_zone_get_soa_rrset(az); in rpz_add_soa() 1932 rsoa = make_soa_ubrrset(az, soa, ms->region); in rpz_add_soa() 1961 struct query_info* qinfo, struct auth_zone* az) in rpz_synthesize_nodata() argument 1981 if(!rpz_add_soa(msg->rep, ms, az)) in rpz_synthesize_nodata() [all …]
|
H A D | authzone.c | 296 struct auth_zones* az = (struct auth_zones*)calloc(1, sizeof(*az)); in auth_zones_create() local 297 if(!az) { in auth_zones_create() 301 rbtree_init(&az->ztree, &auth_zone_cmp); in auth_zones_create() 302 rbtree_init(&az->xtree, &auth_xfer_cmp); in auth_zones_create() 303 lock_rw_init(&az->lock); in auth_zones_create() 304 lock_protect(&az->lock, &az->ztree, sizeof(az->ztree)); in auth_zones_create() 305 lock_protect(&az->lock, &az->xtree, sizeof(az->xtree)); in auth_zones_create() 307 lock_rw_init(&az->rpz_lock); in auth_zones_create() 308 lock_protect(&az->rpz_lock, &az->rpz_first, sizeof(az->rpz_first)); in auth_zones_create() 309 return az; in auth_zones_create() [all …]
|
H A D | rpz.h | 180 int rpz_callback_from_worker_request(struct auth_zones* az, struct module_env* env,
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | atanf.c | 50 svfloat32_t az = svabs_x (pg, z); in SV_NAME_F1() local 51 az = svneg_m (az, red, az); in SV_NAME_F1() 61 svfloat32_t z3 = svmul_x (pg, z2, az); in SV_NAME_F1() 62 y = svmla_x (pg, az, z3, y); in SV_NAME_F1()
|
H A D | atan.c | 56 svfloat64_t az = svabs_x (pg, z); in SV_NAME_D1() local 57 az = svneg_m (az, red, az); in SV_NAME_D1() 70 svfloat64_t z3 = svmul_x (pg, z2, az); in SV_NAME_D1() 71 y = svmla_x (pg, az, z3, y); in SV_NAME_D1()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | atanf_2u9.c | 44 float z, az, shift; in atanf() local 51 az = -fabsf (z); in atanf() 57 az = asfloat (ia); in atanf() 62 float y = eval_poly (z, az, shift); in atanf()
|
H A D | atan_2u5.c | 43 double z, az, shift; in atan() local 50 az = -fabs (z); in atan() 57 az = asdouble (ia); in atan() 61 double y = eval_poly (z, az, shift); in atan()
|
H A D | atanf_common.h | 18 eval_poly (float z, float az, float shift) in eval_poly() argument 35 return fmaf (y, z2 * az, az) + shift; in eval_poly()
|
H A D | atan_common.h | 15 eval_poly (double z, double az, double shift) in eval_poly() argument 27 y = fma (y, z2 * az, az); in eval_poly()
|
/freebsd/release/ |
H A D | Makefile.azure | 33 .if !exists(/usr/local/bin/az) 51 /usr/local/bin/az storage blob upload \ 58 @/usr/local/bin/az storage container generate-sas \ 71 @echo /usr/local/bin/az storage blob delete \
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | atanf.c | 75 float32x4_t az = vbslq_f32 ( in V_NAME_F1() local 93 y = vaddq_f32 (vfmaq_f32 (az, y, vmulq_f32 (z2, az)), shift); in V_NAME_F1()
|
H A D | atan.c | 76 float64x2_t az = vbslq_f64 ( in V_NAME_D1() local 119 y = vfmaq_f64 (az, y, vmulq_f64 (z2, az)); in V_NAME_D1()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-streq.sh | 35 20:xabcez@uabcey.por.az\n 36 1:xabcez@uabcey.por.az
|
/freebsd/usr.bin/ee/nls/hu_HU.ISO8859-2/ |
H A D | ee.msg | 56 47 "help : ez az info file : f�jln�v megjelen�t�se " 76 67 " nyomja le az Escape billenty�t (^[) a men� el�r�s�hez" 82 73 "az olvasand� f�jl neve: " 88 79 "az aktu�lis f�jl \"%s\" " 114 105 "nyomja le az Esc billenty�t a visszal�p�shez" 115 106 "a men� t�l nagy az ablakhoz" 175 166 "ment�s az aktu�lis k�nyvt�rba" 179 180 "a men� t�l nagy az ablakhoz"
|
/freebsd/crypto/openssh/ |
H A D | ed25519.c | 1915 unsigned char az[64]; in crypto_sign_ed25519_keypair() local 1920 crypto_hash_sha512(az,sk,32); in crypto_sign_ed25519_keypair() 1921 az[0] &= 248; in crypto_sign_ed25519_keypair() 1922 az[31] &= 127; in crypto_sign_ed25519_keypair() 1923 az[31] |= 64; in crypto_sign_ed25519_keypair() 1925 sc25519_from32bytes(&scsk,az); in crypto_sign_ed25519_keypair() 1941 unsigned char az[64]; in crypto_sign_ed25519() local 1950 crypto_hash_sha512(az,sk,32); in crypto_sign_ed25519() 1951 az[0] &= 248; in crypto_sign_ed25519() 1952 az[31] &= 127; in crypto_sign_ed25519() [all …]
|
/freebsd/contrib/bzip2/ |
H A D | blocksort.c | 607 #define mnextsize(az) (nextHi[az]-nextLo[az]) argument 609 #define mnextswap(az,bz) \ argument 611 tz = nextLo[az]; nextLo[az] = nextLo[bz]; nextLo[bz] = tz; \ 612 tz = nextHi[az]; nextHi[az] = nextHi[bz]; nextHi[bz] = tz; \ 613 tz = nextD [az]; nextD [az] = nextD [bz]; nextD [bz] = tz; }
|
/freebsd/lib/libc/nls/ |
H A D | hu_HU.ISO8859-2.msg | 44 19 A m�velet nem t�mogatott az eszk�z �ltal 56 25 Nem megfelel� ioctl az eszk�zh�z 62 28 Nincs hely az eszk�z�n 174 84 Az �rt�k t�l nagy az adott adatt�pusban val� t�rol�shoz 284 11 Rendszerhiba j�tt vissza az errno v�ltoz�ban
|
/freebsd/contrib/unbound/respip/ |
H A D | respip.h | 158 struct auth_zones* az); 188 int search_only, struct regional* region, struct auth_zones* az,
|
H A D | respip.c | 870 struct regional* region, struct auth_zones* az, int* rpz_passthru) in respip_rewrite_reply() argument 942 lock_rw_rdlock(&az->rpz_lock); in respip_rewrite_reply() 943 for(a = az->rpz_first; a && !raddr && !(rpz_passthru && *rpz_passthru); a = a->rpz_az_next) { in respip_rewrite_reply() 956 lock_rw_unlock(&az->rpz_lock); in respip_rewrite_reply() 986 lock_rw_unlock(&az->rpz_lock); in respip_rewrite_reply() 1152 struct auth_zones* az) in respip_merge_cname() argument 1179 &alias_rrset, 1, region, az, NULL)) in respip_merge_cname()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | t.stately | 1 /^(al|ak|az|ar|ca|co|ct|de|fl|ga|hi|io|il|in|ia|ks|ky|la|me|md|ma|mi|mn|ms|mo|mt|nb|nv|nh|nj|nm|ny|…
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 2750 struct auth_zones* az = worker->env.auth_zones; in do_auth_zone_reload() local 2756 if(az) { in do_auth_zone_reload() 2757 lock_rw_rdlock(&az->lock); in do_auth_zone_reload() 2758 z = auth_zone_find(az, nm, nmlen, LDNS_RR_CLASS_IN); in do_auth_zone_reload() 2762 xfr = auth_xfer_find(az, nm, nmlen, LDNS_RR_CLASS_IN); in do_auth_zone_reload() 2766 lock_rw_unlock(&az->lock); in do_auth_zone_reload() 2829 struct auth_zones* az = worker->env.auth_zones; in do_auth_zone_transfer() local 2832 if(!az || !auth_zones_startprobesequence(az, &worker->env, nm, nmlen, in do_auth_zone_transfer() 2949 do_list_auth_zones(RES* ssl, struct auth_zones* az) in do_list_auth_zones() argument 2953 lock_rw_rdlock(&az->lock); in do_list_auth_zones() [all …]
|
/freebsd/share/timedef/ |
H A D | eu_ES.UTF-8.src | 38 az.
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | curve25519.c | 5447 uint8_t az[SHA512_DIGEST_LENGTH]; in ossl_ed25519_sign() local 5461 || !EVP_DigestFinal_ex(hash_ctx, az, &sz)) in ossl_ed25519_sign() 5464 az[0] &= 248; in ossl_ed25519_sign() 5465 az[31] &= 63; in ossl_ed25519_sign() 5466 az[31] |= 64; in ossl_ed25519_sign() 5469 || !EVP_DigestUpdate(hash_ctx, az + 32, 32) in ossl_ed25519_sign() 5486 sc_muladd(out_sig + 32, hram, az, nonce); in ossl_ed25519_sign() 5491 OPENSSL_cleanse(az, sizeof(az)); in ossl_ed25519_sign() 5589 uint8_t az[SHA512_DIGEST_LENGTH]; in ossl_ed25519_public_from_private() local 5597 r = EVP_Digest(private_key, 32, az, NULL, sha512, NULL); in ossl_ed25519_public_from_private() [all …]
|