HomeSort by relevance Sort by last modified time
    Searched defs:crypto_kernel_load_auth_type (Results 1 - 2 of 2) sorted by null

  /external/srtp/crypto/kernel/
crypto_kernel.c 162 status = crypto_kernel_load_auth_type(&null_auth, NULL_AUTH);
165 status = crypto_kernel_load_auth_type(&hmac, HMAC_SHA1);
346 crypto_kernel_load_auth_type(auth_type_t *new_at, auth_type_id_t id) { function
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
crypto_kernel.c 162 status = crypto_kernel_load_auth_type(&null_auth, NULL_AUTH);
165 status = crypto_kernel_load_auth_type(&hmac, HMAC_SHA1);
432 crypto_kernel_load_auth_type(auth_type_t *new_at, auth_type_id_t id) { function

Completed in 1023 milliseconds