Lines Matching refs:bytes
76 ## if AAD is 8 bytes:
92 ## if AAD is 12 bytes:
111 ## from the definition of the spec, aadLen can only be 8 or 12 bytes.
112 ## The code additionally supports aadLen of length 16 bytes.
115 ## from the definition of the spec, TLen can only be 8, 12 or 16 bytes.
236 and $~63, %rsp # align rsp to 64 bytes
275 mov arg5, %r13 # save the number of bytes of plaintext/ciphertext
416 # able to shift 16-r13 bytes (r13 is the
417 # number of bytes in plaintext mod 16)
432 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
433 # (r13 is the number of bytes in plaintext mod 16)
437 # shift right 16-r13 bytes
445 # mask out top 16-r13 bytes of xmm9
446 vpand %xmm1, %xmm9, %xmm9 # mask out top 16-r13 bytes of xmm9
455 # mask out top 16-r13 bytes of xmm9
456 vpand %xmm1, %xmm9, %xmm9 # mask out top 16-r13 bytes of xmm9
504 mov AadLen(arg2), %r12 # r12 = aadLen (number of bytes)
623 /* finalize: shift out the extra bytes we read, and align
681 # Reads DLEN bytes starting at DPTR and stores in XMMDst
715 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
725 vmovdqu (\PLAIN_CYPH_IN), %xmm1 # If more than 16 bytes, just fill xmm
742 # adjust the shuffle mask pointer to be able to shift r13 bytes
743 # r16-r13 is the number of bytes in plaintext mod 16)
746 vpshufb %xmm2, %xmm9, %xmm9 # shift right r13 bytes
763 # get the appropriate mask to mask out bottom r13 bytes of xmm9
764 vpand %xmm1, %xmm9, %xmm9 # mask out bottom r13 bytes of xmm9
799 # get the appropriate mask to mask out bottom r13 bytes of xmm9
831 # Set r13 to be the number of bytes to write out
962 ## if a = number of total plaintext bytes
1742 # u64 aad_len) /* Length of AAD in bytes. With RFC4106 this is going to be 8 or 12 Bytes */
1814 # u64 auth_tag_len)# /* Authenticated Tag Length in bytes.
1910 ## if a = number of total plaintext bytes
2710 # u64 aad_len) /* Length of AAD in bytes. With RFC4106 this is going to be 8 or 12 Bytes */
2782 # u64 auth_tag_len)# /* Authenticated Tag Length in bytes.