Searched refs:bn (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/openssl/ |
H A D | openssl.c | 3796 if (bn != NULL) { in php_openssl_add_bn_to_array() 3797 int len = BN_num_bytes(bn); in php_openssl_add_bn_to_array() 3808 zval *bn; \ 3810 Z_TYPE_P(bn) == IS_STRING) { \ 3813 (int)Z_STRLEN_P(bn), NULL); \ 4260 zval *bn; in php_openssl_pkey_init_legacy_ec() local 4267 Z_TYPE_P(bn) == IS_STRING) { in php_openssl_pkey_init_legacy_ec() 4291 Z_TYPE_P(bn) == IS_STRING) { in php_openssl_pkey_init_legacy_ec() 4293 d = BN_bin2bn((unsigned char*) Z_STRVAL_P(bn), Z_STRLEN_P(bn), NULL); in php_openssl_pkey_init_legacy_ec() 4737 BIGNUM *bn = NULL; in php_openssl_copy_bn_param() local [all …]
|
H A D | xp_ssl.c | 1229 BIGNUM *bn = NULL; in php_openssl_tmp_rsa_cb() local 1232 if (!rsa_tmp && ((bn = BN_new()) == NULL)) { in php_openssl_tmp_rsa_cb() 1235 if (!rsa_tmp && bn) { in php_openssl_tmp_rsa_cb() 1236 if (!BN_set_word(bn, RSA_F4) || ((rsa_tmp = RSA_new()) == NULL) || in php_openssl_tmp_rsa_cb() 1237 !RSA_generate_key_ex(rsa_tmp, keylength, bn, NULL)) { in php_openssl_tmp_rsa_cb() 1243 BN_free(bn); in php_openssl_tmp_rsa_cb()
|
/PHP-8.2/ext/hash/tests/ |
H A D | fnv1a64.phpt | 228 array( '9nJci0@/i_LoeJxL2S0-WTNH gbl&rC?bn$L~E[h%)YkS', 'b8c4873ffdaf0fac' ), 251 array( '>zgV)ZW?tknEq6dbb>[P+]Xo<c:}x(z7$bn-=FL33;Y&R>h6]', '2d02887219c5f7ba' ),
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | minilua.c | 7694 union{lua_Number n;U64 b;}bn; 7695 bn.n=lua_tonumber(L,idx)+6755399441055744.0; 7696 if(bn.n==0.0&&!lua_isnumber(L,idx))luaL_typerror(L,idx,"number"); 7697 return(UB)bn.b;
|
Completed in 48 milliseconds