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

  /external/srtp/crypto/cipher/
cipher.c 122 cipher_dealloc(c);
128 cipher_dealloc(c);
141 cipher_dealloc(c);
149 cipher_dealloc(c);
177 cipher_dealloc(c);
189 cipher_dealloc(c);
195 cipher_dealloc(c);
208 cipher_dealloc(c);
216 cipher_dealloc(c);
243 cipher_dealloc(c)
    [all...]
  /external/srtp/doc/
crypto_kernel.txt 68 cipher_dealloc(cipher_t *cipher);
  /external/srtp/crypto/test/
cipher_driver.c 195 status = cipher_dealloc(c);
217 status = cipher_dealloc(c);
398 cipher_dealloc(cipher_array[i]);
  /external/srtp/crypto/include/
cipher.h 170 #define cipher_dealloc(c) (((c)->type)->dealloc(c)) macro
  /external/srtp/srtp/
srtp.c 153 cipher_dealloc(str->rtcp_cipher);
159 cipher_dealloc(str->rtp_cipher);
178 status = cipher_dealloc(stream->rtp_cipher);
200 status = cipher_dealloc(stream->rtcp_cipher);
    [all...]

Completed in 65 milliseconds