Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
majek committed Sep 24, 2012
1 parent e26d879 commit bae1796
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aes/aesni.S
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

/*
* void expand_key128(struct key128_ctx *ctx, u8 *key);
*/

*/
ENTRY(expand_key128)
# %rdi - ctx pointer
# %rsi - key pointer
Expand Down Expand Up @@ -54,7 +53,9 @@ _key_expansion_128:
ret



/*
* void ctr_stream(struct key128_ctx *ctx, u8 *out, u32 len, u8 *iv);
*/
ENTRY(ctr_stream)
# %rdi - ctx
# %rsi - out
Expand Down Expand Up @@ -106,7 +107,6 @@ ENTRY(ctr_stream)
.loopexit:
ret


# Increment IV in %xmm0
.align 4,0x90
_inc_xmm0:
Expand Down

0 comments on commit bae1796

Please sign in to comment.