Searched refs:policy_array (Results 1 - 1 of 1) sorted by relevance

/external/srtp/test/
H A Dsrtp_driver.c116 * The policy_array is a null-terminated array of policy structs. it
120 extern const srtp_policy_t *policy_array[];
221 const srtp_policy_t **policy = policy_array;
293 const srtp_policy_t **policy = policy_array;
304 const srtp_policy_t **policy = policy_array;
1236 extern const srtp_policy_t *policy_array[];
1242 if ((list == NULL) || (policy_array[0] == NULL))
1250 while (policy_array[i] != NULL) {
1254 memcpy(p, policy_array[i], sizeof(srtp_policy_t));
1528 policy_array[] variable
[all...]

Completed in 120 milliseconds