OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pad_start
(Results
1 - 1
of
1
) sorted by null
/external/srtp/crypto/cipher/
aes_cbc.c
267
unsigned char *
pad_start
;
local
276
pad_start
= data;
277
pad_start
+= *bytes_in_data;
278
*
pad_start
++ = 0xa0;
280
*
pad_start
++ = 0x00;
Completed in 6586 milliseconds