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

  /external/srtp/crypto/include/
crypto_kernel.h 80 } kernel_cipher_type_t; typedef in typeref:struct:kernel_cipher_type
111 kernel_cipher_type_t *cipher_type_list; /* list of all cipher types */
  /external/srtp/crypto/kernel/
crypto_kernel.c 178 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list;
262 kernel_cipher_type_t *ctype = crypto_kernel.cipher_type_list;
302 kernel_cipher_type_t *ctype, *new_ctype;
325 new_ctype = (kernel_cipher_type_t *) crypto_alloc(sizeof(kernel_cipher_type_t));
394 kernel_cipher_type_t *ctype;

Completed in 62 milliseconds