Searched defs:dtls1_enc (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dd1_enc.c129 /* dtls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
137 int dtls1_enc(SSL *s, int send) function
187 printf("dtls1_enc(%d)\n", send);
/external/openssl/ssl/
H A Dd1_enc.c129 /* dtls1_enc encrypts/decrypts the record in |s->wrec| / |s->rrec|, respectively.
137 int dtls1_enc(SSL *s, int send) function
187 printf("dtls1_enc(%d)\n", send);

Completed in 50 milliseconds