Home
last modified time | relevance | path

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

/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()