Home
last modified time | relevance | path

Searched refs:abytes (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/crypto/aesni/
H A Daesni.h103 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
107 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
113 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen,
117 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen,
H A Daesni_ccm.c192 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen, in AES_CCM_encrypt() argument
219 rolling_mac = cbc_mac_start(addt, abytes, nonce, nlen, in AES_CCM_encrypt()
362 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen, in AES_CCM_decrypt() argument
385 rolling_mac = cbc_mac_start(addt, abytes, nonce, nlen, in AES_CCM_decrypt()
H A Daesni_ghash.c271 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_encrypt() argument
349 for (i=0; i<abytes/16/4; i++) { in AES_GCM_encrypt()
363 for (i=i*4; i<abytes/16; i++) { in AES_GCM_encrypt()
369 if (abytes%16) { in AES_GCM_encrypt()
371 for (j=0; j<abytes%16; j++) in AES_GCM_encrypt()
519 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)abytes*8, 1); in AES_GCM_encrypt()
532 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_decrypt() argument
610 for (i=0; i<abytes/16/4; i++) { in AES_GCM_decrypt()
625 for (i=i*4; i<abytes/16; i++) { in AES_GCM_decrypt()
631 if (abytes%16) { in AES_GCM_decrypt()
[all …]
/freebsd/stand/libsa/
H A Dzalloc.c308 int abytes = 0; in zallocstats() local
318 abytes += (char *)mn - (char *)mp->mp_Base; in zallocstats()
327 abytes += (char *)mn->mr_Next - in zallocstats()
333 abytes, fcount, hbytes); in zallocstats()
/freebsd/include/rpcsvc/
H A Dnfs_prot.x1018 size3 abytes; member
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c3258 unsigned char *abytes = NULL; in tls_construct_cke_srp() local
3262 &abytes)) { in tls_construct_cke_srp()
3266 BN_bn2bin(s->srp_ctx.A, abytes); in tls_construct_cke_srp()