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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
auth.h 54 typedef struct auth_type_t *auth_type_pointer;
121 /* auth_type_t */
123 typedef struct auth_type_t { struct
135 } auth_type_t; typedef in typeref:struct:auth_type_t
138 auth_type_t *type;
152 auth_type_self_test(const auth_type_t *at);
161 auth_type_test(const auth_type_t *at, const auth_test_case_t *test_data);
165 * of instantiations) of the auth_type_t at
169 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);
204 crypto_kernel_replace_auth_type(auth_type_t *ct, auth_type_id_t id);
  /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/chromium_org/third_party/libsrtp/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_test(const auth_type_t *at, const auth_test_case_t *test_data) {
180 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/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/chromium_org/third_party/libjingle/source/talk/session/media/
externalhmac.cc 71 // auth_type_t external_hmac is the hmac metaobject
73 static const auth_type_t external_hmac = {
110 (*a)->type = const_cast<auth_type_t*>(&external_hmac);
164 const_cast<auth_type_t*>(&external_hmac), EXTERNAL_HMAC_SHA1);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 79 extern auth_type_t null_auth;
80 extern auth_type_t hmac;
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) {
481 auth_type_t *
502 auth_type_t *at;
  /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/chromium_org/third_party/libsrtp/srtp/crypto/test/
auth_driver.c 56 extern auth_type_t tmmhv2;
  /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 326 milliseconds