Home
last modified time | relevance | path

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

/PHP-8.3/ext/openssl/
H A Dxp_ssl.c1229 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()
H A Dopenssl.c3816 if (bn != NULL) { in php_openssl_add_bn_to_array()
3817 int len = BN_num_bytes(bn); in php_openssl_add_bn_to_array()
3819 BN_bn2bin(bn, (unsigned char *)ZSTR_VAL(str)); in php_openssl_add_bn_to_array()
3828 zval *bn; \
3830 Z_TYPE_P(bn) == IS_STRING) { \
3832 (unsigned char*)Z_STRVAL_P(bn), \
3833 (int)Z_STRLEN_P(bn), NULL); \
4902 BIGNUM *bn = NULL; in php_openssl_copy_bn_param() local
4903 if (EVP_PKEY_get_bn_param(pkey, param, &bn) > 0) { in php_openssl_copy_bn_param()
4904 php_openssl_add_bn_to_array(ary, bn, name); in php_openssl_copy_bn_param()
[all …]
/PHP-8.3/ext/hash/tests/
H A Dfnv1a64.phpt228 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.3/ext/opcache/jit/dynasm/
H A Dminilua.c7694 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 50 milliseconds