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.
270 and $~63, %rsp # align rsp to 64 bytes
309 mov arg5, %r13 # save the number of bytes of plaintext/ciphertext
450 # able to shift 16-r13 bytes (r13 is the
451 # number of bytes in plaintext mod 16)
466 # adjust the shuffle mask pointer to be able to shift 16-r13 bytes
467 # (r13 is the number of bytes in plaintext mod 16)
471 # shift right 16-r13 bytes
479 # mask out top 16-r13 bytes of xmm9
480 vpand %xmm1, %xmm9, %xmm9 # mask out top 16-r13 bytes of xmm9
489 # mask out top 16-r13 bytes of xmm9
490 vpand %xmm1, %xmm9, %xmm9 # mask out top 16-r13 bytes of xmm9
538 mov AadLen(arg2), %r12 # r12 = aadLen (number of bytes)
657 /* finalize: shift out the extra bytes we read, and align
713 # Reads DLEN bytes starting at DPTR and stores in XMMDst
747 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
757 vmovdqu (\PLAIN_CYPH_IN), %xmm1 # If more than 16 bytes, just fill xmm
774 # adjust the shuffle mask pointer to be able to shift r13 bytes
775 # r16-r13 is the number of bytes in plaintext mod 16)
778 vpshufb %xmm2, %xmm9, %xmm9 # shift right r13 bytes
795 # get the appropriate mask to mask out bottom r13 bytes of xmm9
796 vpand %xmm1, %xmm9, %xmm9 # mask out bottom r13 bytes of xmm9
831 # get the appropriate mask to mask out bottom r13 bytes of xmm9
863 # Set r13 to be the number of bytes to write out
994 ## if a = number of total plaintext bytes
1774 # u64 aad_len) /* Length of AAD in bytes. With RFC4106 this is going to be 8 or 12 Bytes */
1846 # u64 auth_tag_len)# /* Authenticated Tag Length in bytes.
1942 ## if a = number of total plaintext bytes
2742 # u64 aad_len) /* Length of AAD in bytes. With RFC4106 this is going to be 8 or 12 Bytes */
2814 # u64 auth_tag_len)# /* Authenticated Tag Length in bytes.