Home
last modified time | relevance | path

Searched refs:ustrsep (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dcipher_test.c121 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/
Devp_test.c127 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()