Searched defs:enc_method (Results 1 - 3 of 3) sorted by relevance

/external/libopus/celt/tests/
H A Dtest_unit_entropy.c233 unsigned *enc_method; local
239 enc_method=(unsigned *)malloc(sz*sizeof(*enc_method));
245 enc_method[j]=rand()/((RAND_MAX>>2)+1);
246 switch(enc_method[j]){
311 enc_method[j],dec_method);
320 free(enc_method);
/external/boringssl/include/openssl/
H A Dssl.h3727 /* enc_method is the method table corresponding to the current protocol
3729 const SSL3_ENC_METHOD *enc_method; member in struct:ssl_st
/external/boringssl/src/include/openssl/
H A Dssl.h3727 /* enc_method is the method table corresponding to the current protocol
3729 const SSL3_ENC_METHOD *enc_method; member in struct:ssl_st

Completed in 128 milliseconds