MCPcopy Create free account
hub / github.com/cisco/libsrtp / cipher_array_delete

Function cipher_array_delete

crypto/test/cipher_driver.c:493–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493srtp_err_status_t cipher_array_delete(srtp_cipher_t *cipher_array[],
494 int num_cipher)
495{
496 int i;
497
498 for (i = 0; i < num_cipher; i++) {
499 srtp_cipher_dealloc(cipher_array[i]);
500 }
501
502 srtp_crypto_free(cipher_array);
503
504 return srtp_err_status_ok;
505}
506
507/*
508 * cipher_array_bits_per_second(c, l, t) computes (an estimate of) the

Callers 1

Calls 2

srtp_cipher_deallocFunction · 0.85
srtp_crypto_freeFunction · 0.85

Tested by

no test coverage detected