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

  /external/openssh/
rijndael.h 48 void rijndael_decrypt(rijndael_ctx *, u_char *, u_char *);
cipher-aes.c 109 rijndael_decrypt(&c->r_ctx, cnow, plain);
rijndael.c 1235 rijndael_decrypt(rijndael_ctx *ctx, u_char *src, u_char *dst) function
    [all...]
  /external/srtp/
Changes 108 rijndael_decrypt() and rijndael_expand_decryption_key(). Also

Completed in 90 milliseconds