Searched refs:sk (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/sodium/tests/ |
H A D | crypto_box.phpt | 9 $sk = sodium_crypto_box_secretkey($keypair); 10 var_dump(strlen($sk) === SODIUM_CRYPTO_BOX_SECRETKEYBYTES); 13 var_dump($pk !== $sk); 14 $pk2 = sodium_crypto_box_publickey_from_secretkey($sk); 16 $pk2 = sodium_crypto_scalarmult_base($sk); 18 $keypair2 = sodium_crypto_box_keypair_from_secretkey_and_publickey($sk, $pk);
|
H A D | crypto_sign.phpt | 9 $sk = sodium_crypto_sign_secretkey($keypair); 10 var_dump(strlen($sk) === SODIUM_CRYPTO_SIGN_SECRETKEYBYTES); 13 var_dump($pk !== $sk); 14 $keypair2 = sodium_crypto_sign_keypair_from_secretkey_and_publickey($sk, $pk);
|
/PHP-8.3/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 157 if b < (sk or 0) then 514 local psz, sk = 0, nil 519 sk = map_vreg["modrm.reg"] 548 sk = map_vreg["vex.v"] 573 return psz, sk 594 wvreg("modrm.rm.r", vreg, psz+1, sk) 615 wvreg("modrm.reg", vsreg, psz+1, sk) 621 wvreg("modrm.reg", vsreg, psz+1, sk) 654 wvreg("sib.base", vreg, psz+2, sk) 660 wvreg("modrm.rm.m", vreg, psz+1, sk) [all …]
|
/PHP-8.3/ext/standard/tests/serialize/ |
H A D | serialization_arrays_005.phpt | 15 foreach($b[$k] as $sk=>$sv) { 16 $b[$k][$sk] = "b$k.$sk.changed";
|
/PHP-8.3/ext/sodium/ |
H A D | libsodium.c | 2456 unsigned char *sk; in PHP_FUNCTION() local 2474 sk = (unsigned char *) ZSTR_VAL(keypair); in PHP_FUNCTION() 2475 pk = sk + crypto_kx_SECRETKEYBYTES; in PHP_FUNCTION() 2476 crypto_generichash(sk, crypto_kx_SECRETKEYBYTES, in PHP_FUNCTION() 2478 if (crypto_scalarmult_base(pk, sk) != 0) { in PHP_FUNCTION() 2489 unsigned char *sk; in PHP_FUNCTION() local 2497 sk = (unsigned char *) ZSTR_VAL(keypair); in PHP_FUNCTION() 2498 pk = sk + crypto_kx_SECRETKEYBYTES; in PHP_FUNCTION() 2499 randombytes_buf(sk, crypto_kx_SECRETKEYBYTES); in PHP_FUNCTION() 2500 if (crypto_scalarmult_base(pk, sk) != 0) { in PHP_FUNCTION()
|
/PHP-8.3/ext/openssl/ |
H A D | openssl.c | 2255 STACK_OF(X509_INFO) *sk=NULL; in STACK_OF() 2288 while (sk_X509_INFO_num(sk)) { in STACK_OF() 2289 xi=sk_X509_INFO_shift(sk); in STACK_OF() 2304 sk_X509_INFO_free(sk); in STACK_OF() 2516 X509* x = sk_X509_pop(sk); in php_sk_X509_free() 2520 sk_X509_free(sk); in php_sk_X509_free() 2527 STACK_OF(X509) * sk = NULL; in STACK_OF() 2531 sk = sk_X509_new_null(); in STACK_OF() 2551 sk_X509_push(sk, cert); in STACK_OF() 2569 sk_X509_push(sk, cert); in STACK_OF() [all …]
|
/PHP-8.3/ext/hash/tests/ |
H A D | fnv1a32.phpt | 143 array( 'WH J.=;0zc]_;J\\8hI?]sk+=@dfy', '5e1e1340' ),
|
/PHP-8.3/ext/standard/tests/misc/ |
H A D | user_agents.txt | 969 Opera/9.80 (Windows NT 5.1; U; sk) Presto/2.10.229 Version/11.64
|
H A D | get_browser_variation3.phpt | 1951 Agent Opera/9.80 (Windows NT 5.1; U; sk) Presto/2.10.229 Version/11.64
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 3639 # ftp://ftp.sac.sk/pub/sac/pack/0index.txt 3647 # ftp://ftp.elf.stuba.sk/pub/pc/pack/ 3651 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip 3700 # https://www.sac.sk/download/pack/jar102x.exe/TECHNOTE.DOC 15623 # From: Lubomir Rintel <lkundrak@v3.sk> 31278 # From: Lubomir Rintel <lkundrak@v3.sk> 34664 # From: Lubomir Rintel <lkundrak@v3.sk>
|
H A D | magic私はガラスを食べられます | 3639 # ftp://ftp.sac.sk/pub/sac/pack/0index.txt 3647 # ftp://ftp.elf.stuba.sk/pub/pc/pack/ 3651 # ftp://ftp.elf.stuba.sk/pub/pc/pack/xpa32.zip 3700 # https://www.sac.sk/download/pack/jar102x.exe/TECHNOTE.DOC 15623 # From: Lubomir Rintel <lkundrak@v3.sk> 31278 # From: Lubomir Rintel <lkundrak@v3.sk> 34664 # From: Lubomir Rintel <lkundrak@v3.sk>
|
Completed in 248 milliseconds