OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crypto_policy_t
(Results
1 - 2
of
2
) sorted by null
/external/srtp/include/
srtp.h
112
* @brief
crypto_policy_t
describes a particular crypto policy that
115
* A
crypto_policy_t
describes a particular cryptographic policy that
121
typedef struct
crypto_policy_t
{
struct
134
}
crypto_policy_t
;
typedef in typeref:struct:crypto_policy_t
216
crypto_policy_t
rtp; /**< SRTP crypto policy. */
217
crypto_policy_t
rtcp; /**< SRTCP crypto policy. */
440
*
crypto_policy_t
at location p to the SRTP default policy for RTP
446
* elements in the
crypto_policy_t
datatype.
453
crypto_policy_set_rtp_default(
crypto_policy_t
*p);
462
*
crypto_policy_t
at location p to the SRTP default policy for RTC
[
all
...]
/external/srtp/srtp/
srtp.c
[
all
...]
Completed in 41 milliseconds