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

  /external/srtp/crypto/include/
crypto_kernel.h 90 } kernel_auth_type_t; typedef in typeref:struct:kernel_auth_type
112 kernel_auth_type_t *auth_type_list; /* list of all auth func types */
  /external/srtp/crypto/kernel/
crypto_kernel.c 179 kernel_auth_type_t *atype = crypto_kernel.auth_type_list;
272 kernel_auth_type_t *atype = crypto_kernel.auth_type_list;
347 kernel_auth_type_t *atype, *new_atype;
370 new_atype = (kernel_auth_type_t *)crypto_alloc(sizeof(kernel_auth_type_t));
433 kernel_auth_type_t *atype;

Completed in 64 milliseconds