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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
crypto.h 63 * @brief An auth_type_id_t is an identifier for a particular authentication
66 * An auth_type_id_t is an integer that represents a particular
74 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);
204 crypto_kernel_replace_auth_type(auth_type_t *ct, auth_type_id_t id);
239 crypto_kernel_alloc_auth(auth_type_id_t id,
auth.h 51 #include "crypto.h" /* for auth_type_id_t */
52 #include "crypto_types.h" /* for values of auth_type_id_t */
134 auth_type_id_t id;
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
null_auth.c 160 (auth_type_id_t) NULL_AUTH
hmac.c 266 (auth_type_id_t) HMAC_SHA1
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 371 crypto_kernel_do_load_auth_type(auth_type_t *new_at, auth_type_id_t id,
432 crypto_kernel_load_auth_type(auth_type_t *new_at, auth_type_id_t id) {
437 crypto_kernel_replace_auth_type(auth_type_t *new_at, auth_type_id_t id) {
482 crypto_kernel_get_auth_type(auth_type_id_t id) {
498 crypto_kernel_alloc_auth(auth_type_id_t id,
  /external/chromium_org/third_party/libsrtp/srtp/include/
srtp.h 126 auth_type_id_t auth_type; /**< An integer representing the
    [all...]

Completed in 48 milliseconds