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

Function srtp_cipher_dealloc

crypto/cipher/cipher.c:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73srtp_err_status_t srtp_cipher_dealloc(srtp_cipher_t *c)
74{
75 if (!c || !c->type) {
76 return (srtp_err_status_bad_param);
77 }
78 return (((c)->type)->dealloc(c));
79}
80
81srtp_err_status_t srtp_cipher_init(srtp_cipher_t *c, const uint8_t *key)
82{

Callers 6

srtp_cipher_type_testFunction · 0.85
mainFunction · 0.85
cipher_array_deleteFunction · 0.85
srtp_stream_deallocFunction · 0.85
srtp_kdf_initFunction · 0.85
srtp_kdf_clearFunction · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.68
cipher_array_deleteFunction · 0.68