HomeSort by relevance Sort by last modified time
    Searched refs:cipher_decrypt (Results 1 - 2 of 2) sorted by null

  /external/srtp/crypto/include/
cipher.h 177 #define cipher_decrypt(c, buf, len) \ macro
  /external/srtp/crypto/cipher/
cipher.c 214 status = cipher_decrypt(c, buffer, &len);
337 status = cipher_decrypt(c, buffer, &length);

Completed in 995 milliseconds