Searched refs:tmpbn (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/crypto/ |
H A D | params_from_text.c | 28 size_t *buf_n, BIGNUM **tmpbn, int *found) in prepare_from_text() 53 r = BN_hex2bn(tmpbn, value); in prepare_from_text() 55 r = BN_asc2bn(tmpbn, value); in prepare_from_text() 57 if (r == 0 || *tmpbn == NULL) in prepare_from_text() 61 && BN_is_negative(*tmpbn)) { in prepare_from_text() 76 if (p->data_type == OSSL_PARAM_INTEGER && BN_is_negative(*tmpbn) in prepare_from_text() 77 && !BN_add_word(*tmpbn, 1)) { in prepare_from_text() 81 buf_bits = (size_t)BN_num_bits(*tmpbn); in prepare_from_text() 133 void *buf, size_t buf_n, BIGNUM *tmpbn) in construct_from_text() 150 BN_bn2nativepad(tmpbn, bu in construct_from_text() 24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) prepare_from_text() argument 131 construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, const char *value, size_t value_n, int ishex, void *buf, size_t buf_n, BIGNUM *tmpbn) construct_from_text() argument 206 BIGNUM *tmpbn = NULL; OSSL_PARAM_allocate_from_text() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | params_from_text.c | 28 size_t *buf_n, BIGNUM **tmpbn, int *found) in prepare_from_text() 53 r = BN_hex2bn(tmpbn, value); in prepare_from_text() 55 r = BN_asc2bn(tmpbn, value); in prepare_from_text() 57 if (r == 0 || *tmpbn == NULL) in prepare_from_text() 61 && BN_is_negative(*tmpbn)) { in prepare_from_text() 76 if (p->data_type == OSSL_PARAM_INTEGER && BN_is_negative(*tmpbn) in prepare_from_text() 77 && !BN_add_word(*tmpbn, 1)) { in prepare_from_text() 81 buf_bits = (size_t)BN_num_bits(*tmpbn); in prepare_from_text() 139 void *buf, size_t buf_n, BIGNUM *tmpbn) in construct_from_text() 156 BN_bn2nativepad(tmpbn, bu in construct_from_text() 24 prepare_from_text(const OSSL_PARAM *paramdefs, const char *key, const char *value, size_t value_n, const OSSL_PARAM **paramdef, int *ishex, size_t *buf_n, BIGNUM **tmpbn, int *found) prepare_from_text() argument 137 construct_from_text(OSSL_PARAM *to, const OSSL_PARAM *paramdef, const char *value, size_t value_n, int ishex, void *buf, size_t buf_n, BIGNUM *tmpbn) construct_from_text() argument 212 BIGNUM *tmpbn = NULL; OSSL_PARAM_allocate_from_text() local [all...] |
Completed in 1 milliseconds