Searched refs:abytes (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/crypto/aesni/ |
| D | aesni.h | 109 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, 113 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, 119 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, 123 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes,
|
| D | aesni_ccm.c | 199 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen, in AES_CCM_encrypt() argument 209 if (nbytes == 0 && abytes == 0) in AES_CCM_encrypt() 238 rolling_mac = cbc_mac_start(addt, abytes, nonce, nlen, in AES_CCM_encrypt() 381 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int nlen, in AES_CCM_decrypt() argument 389 if (nbytes == 0 && abytes == 0) in AES_CCM_decrypt() 414 rolling_mac = cbc_mac_start(addt, abytes, nonce, nlen, in AES_CCM_decrypt()
|
| D | aesni_ghash.c | 273 unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_encrypt() argument 351 for (i=0; i<abytes/16/4; i++) { in AES_GCM_encrypt() 365 for (i=i*4; i<abytes/16; i++) { in AES_GCM_encrypt() 371 if (abytes%16) { in AES_GCM_encrypt() 373 for (j=0; j<abytes%16; j++) in AES_GCM_encrypt() 521 tmp1 = _mm_insert_epi64(tmp1, (uint64_t)abytes*8, 1); in AES_GCM_encrypt() 534 const unsigned char *tag, uint32_t nbytes, uint32_t abytes, int ibytes, in AES_GCM_decrypt() argument 612 for (i=0; i<abytes/16/4; i++) { in AES_GCM_decrypt() 627 for (i=i*4; i<abytes/16; i++) { in AES_GCM_decrypt() 633 if (abytes%16) { in AES_GCM_decrypt() [all …]
|
| /freebsd-12-stable/stand/libsa/ |
| D | zalloc.c | 311 int abytes = 0; in zallocstats() local 321 abytes += (char *)mn - (char *)mp->mp_Base; in zallocstats() 330 abytes += (char *)mn->mr_Next - in zallocstats() 336 abytes, fcount, hbytes); in zallocstats()
|
| /freebsd-12-stable/include/rpcsvc/ |
| D | nfs_prot.x | 1027 size3 abytes; member
|
| /freebsd-12-stable/crypto/openssl/ssl/statem/ |
| D | statem_clnt.c | 3296 unsigned char *abytes = NULL; in tls_construct_cke_srp() local 3300 &abytes)) { in tls_construct_cke_srp() 3305 BN_bn2bin(s->srp_ctx.A, abytes); in tls_construct_cke_srp()
|
| /freebsd-12-stable/contrib/amd/amd/ |
| D | nfs_subr.c | 1718 ok->abytes = bavail; in am_nfs3_fsstat_3_svc() 1724 ok->abytes = 0; in am_nfs3_fsstat_3_svc()
|
| /freebsd-12-stable/contrib/amd/include/ |
| D | am_xdr_func.h | 589 am_size3 abytes; member
|
| /freebsd-12-stable/contrib/amd/libamu/ |
| D | xdr_func.c | 2155 if (!xdr_am_size3(xdrs, &objp->abytes)) in xdr_am_FSSTAT3resok()
|