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

  /external/srtp/crypto/include/
crypto.h 28 * @brief An auth_type_id_t is an identifier for a particular authentication
31 * An auth_type_id_t is an integer that represents a particular
39 typedef uint32_t auth_type_id_t; typedef
crypto_kernel.h 87 auth_type_id_t id;
183 crypto_kernel_load_auth_type(auth_type_t *ct, auth_type_id_t id);
217 crypto_kernel_alloc_auth(auth_type_id_t id,
  /external/srtp/crypto/kernel/
crypto_kernel.c 346 crypto_kernel_load_auth_type(auth_type_t *new_at, auth_type_id_t id) {
432 crypto_kernel_get_auth_type(auth_type_id_t id) {
448 crypto_kernel_alloc_auth(auth_type_id_t id,
  /external/srtp/include/
srtp.h 126 auth_type_id_t auth_type; /**< An integer representing the

Completed in 85 milliseconds