Searched refs:ustrsep (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/cipher/ |
D | cipher_test.c | 121 static uint8_t *ustrsep(char **p, const char *sep) { in ustrsep() function 370 key = ustrsep(&p, ":"); in main() 371 iv = ustrsep(&p, ":"); in main() 372 plaintext = ustrsep(&p, ":"); in main() 373 ciphertext = ustrsep(&p, ":"); in main() 380 aad = ustrsep(&p, ":"); in main() 381 tag = ustrsep(&p, ":"); in main()
|
/external/openssl/crypto/evp/ |
D | evp_test.c | 127 static unsigned char *ustrsep(char **p,const char *sep) in ustrsep() function 379 key=ustrsep(&p,":"); in main() 380 iv=ustrsep(&p,":"); in main() 381 plaintext=ustrsep(&p,":"); in main() 382 ciphertext=ustrsep(&p,":"); in main()
|