Searched refs:to64 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto_wrap.c | 402 uint64_t *from64, *to64; in armv8_aes_encrypt_gcm() local 409 to64 = crypto_cursor_segment(toc, &toseglen); in armv8_aes_encrypt_gcm() 434 to64); in armv8_aes_encrypt_gcm() 435 gcm_ghash_v8(s.Xi.u, Htable, (uint8_t *)to64, in armv8_aes_encrypt_gcm() 439 to64 += 2; in armv8_aes_encrypt_gcm() 466 uint64_t *block64, *from64, *to64; in armv8_aes_decrypt_gcm() local 498 to64 = crypto_cursor_segment(toc, &toseglen); in armv8_aes_decrypt_gcm() 515 to64); in armv8_aes_decrypt_gcm() 518 to64 += 2; in armv8_aes_decrypt_gcm()
|
/freebsd/lib/libpam/modules/pam_unix/ |
H A D | pam_unix.c | 469 to64(char *s, long v, int n) in to64() function 488 to64(&salt[i], arc4random(), 4); in makesalt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedNeoverseN1.td | 808 def : InstRW<[N1Write_2c_1V1], (instregex "^SMOVvi(((8|16)to(32|64))|32to64)$",
|
H A D | AArch64SchedNeoverseV1.td | 1065 def : InstRW<[V1Write_2c_1V], (instregex "^SMOVvi(((8|16)to(32|64))|32to64)$",
|