Home
last modified time | relevance | path

Searched refs:srtp_err_status_no_such_op (Results 1 – 2 of 2) sorted by relevance

/external/libsrtp2/crypto/cipher/
Dcipher.c141 return (srtp_err_status_no_such_op); in srtp_cipher_get_tag()
155 return (srtp_err_status_no_such_op); in srtp_cipher_set_aad()
/external/libsrtp2/include/
Dsrtp.h179 srtp_err_status_no_such_op = 12, /**< unsupported operation */ enumerator