Searched refs:new_at (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Dcrypto_kernel.c371 crypto_kernel_do_load_auth_type(auth_type_t *new_at, auth_type_id_t id, argument
377 if (new_at == NULL)
380 if (new_at->id != id)
384 status = auth_type_self_test(new_at);
395 status = auth_type_test(new_at, atype->auth_type->test_data);
401 else if (new_at == atype->auth_type)
406 /* if not found, put new_at at the head of the list */
419 new_atype->auth_type = new_at;
423 if (new_at->debug != NULL)
424 crypto_kernel_load_debug_module(new_at
432 crypto_kernel_load_auth_type(auth_type_t *new_at, auth_type_id_t id) argument
437 crypto_kernel_replace_auth_type(auth_type_t *new_at, auth_type_id_t id) argument
[all...]
/external/srtp/crypto/kernel/
H A Dcrypto_kernel.c346 crypto_kernel_load_auth_type(auth_type_t *new_at, auth_type_id_t id) { argument
351 if (new_at == NULL)
355 status = auth_type_self_test(new_at);
363 if ((new_at == atype->auth_type) || (id == atype->id))
368 /* put new_at at the head of the list */
375 new_atype->auth_type = new_at;
383 if (new_at->debug != NULL)
384 crypto_kernel_load_debug_module(new_at->debug);

Completed in 95 milliseconds