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

  /external/srtp/crypto/include/
auth.h 52 typedef struct auth_type_t *auth_type_pointer;
119 /* auth_type_t */
121 typedef struct auth_type_t { struct
132 } auth_type_t; typedef in typeref:struct:auth_type_t
135 auth_type_t *type;
149 auth_type_self_test(const auth_type_t *at);
153 * of instantiations) of the auth_type_t at
157 auth_type_get_ref_count(const auth_type_t *at);
crypto_kernel.h 88 auth_type_t *auth_type;
183 crypto_kernel_load_auth_type(auth_type_t *ct, auth_type_id_t id);
  /external/srtp/crypto/hash/
null_auth.c 57 extern auth_type_t null_auth;
84 extern auth_type_t null_auth;
127 * auth_type_t - defines description, test case, and null_auth
148 auth_type_t
auth.c 72 auth_type_get_ref_count(const auth_type_t *at) {
86 auth_type_self_test(const auth_type_t *at) {
hmac.c 4 * implementation of hmac auth_type_t
58 extern auth_type_t hmac;
96 extern auth_type_t hmac;
251 * auth_type_t hmac is the hmac metaobject
254 auth_type_t
  /external/srtp/crypto/kernel/
crypto_kernel.c 79 extern auth_type_t null_auth;
80 extern auth_type_t hmac;
346 crypto_kernel_load_auth_type(auth_type_t *new_at, auth_type_id_t id) {
431 auth_type_t *
452 auth_type_t *at;
  /external/bluetooth/bluez/src/
device.h 36 } auth_type_t; typedef in typeref:enum:__anon1877
88 int device_request_authentication(struct btd_device *device, auth_type_t type,
device.c 87 auth_type_t type;
    [all...]
  /external/srtp/crypto/test/
auth_driver.c 56 extern auth_type_t tmmhv2;
  /external/srtp/srtp/
srtp.c 62 extern auth_type_t tmmhv2;
    [all...]

Completed in 1121 milliseconds