HomeSort by relevance Sort by last modified time
    Searched full:aes_encryption (Results 1 - 1 of 1) sorted by null

  /external/openssh/
umac.c 176 #define aes_encryption(in,out,int_key) \ macro
199 aes_encryption(in_buf, out_buf, key);
206 aes_encryption(in_buf, out_buf, key);
232 aes_encryption(pc->nonce, pc->cache, pc->prf_key);
262 aes_encryption(pc->nonce, pc->cache, pc->prf_key);
    [all...]

Completed in 87 milliseconds