Searched refs:crypto_verify_32 (Results 1 – 5 of 5) sorted by relevance
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | ed25519.c | 133 int crypto_verify_32(const unsigned char *x,const unsigned char *y) in crypto_verify_32() function 206 ret = crypto_verify_32(sm, t2); in crypto_sign_ed25519_open()
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl.js | 73 function crypto_verify_32(x, xi, y, yi) { function 319 return crypto_verify_32(c, 0, d, 0); 852 if (crypto_verify_32(sm, 0, t, 0)) { 889 crypto_verify_32: crypto_verify_32, property
|
D | nacl-fast.js | 52 function crypto_verify_32(x, xi, y, yi) { function 904 return crypto_verify_32(c, 0, d, 0); 2065 if (crypto_verify_32(sm, 0, t, 0)) { 2102 crypto_verify_32: crypto_verify_32, property
|
D | nacl.min.js | 1 …crypto_onetimeauth:b,crypto_onetimeauth_verify:p,crypto_verify_16:f,crypto_verify_32:u,crypto_secr… property
|
D | nacl-fast.min.js | 1 …crypto_onetimeauth:l,crypto_onetimeauth_verify:w,crypto_verify_16:e,crypto_verify_32:o,crypto_secr… property
|