Home
last modified time | relevance | path

Searched refs:dirty_cnt (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/crypto/openssl/crypto/ec/
H A Dec_key.c182 dest->dirty_cnt++; in EC_KEY_copy()
220 eckey->dirty_cnt++; in EC_KEY_generate_key()
235 eckey->dirty_cnt++; in ossl_ec_key_gen()
373 eckey->dirty_cnt++; in ec_generate_key()
463 eckey->dirty_cnt++; in ossl_ec_key_simple_generate_public_key()
777 key->dirty_cnt++; in EC_KEY_set_group()
876 key->dirty_cnt++; in EC_KEY_set_private_key()
893 key->dirty_cnt++; in EC_KEY_set_public_key()
942 key->dirty_cnt++; in EC_KEY_set_flags()
948 key->dirty_cnt++; in EC_KEY_clear_flags()
[all …]
H A Dec_asn1.c996 ret->dirty_cnt++; in d2i_ECPrivateKey()
1106 ret->dirty_cnt++; in d2i_ECParameters()
1113 ret->dirty_cnt++; in d2i_ECParameters()
H A Dec_ameth.c468 return pkey->pkey.ec->dirty_cnt; in ec_pkey_dirty_cnt()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_gen.c55 dh->dirty_cnt++; in ossl_dh_generate_ffc_parameters()
108 ret->dirty_cnt++; in dh_gen_named_group()
227 ret->dirty_cnt++; in dh_builtin_genparams()
H A Ddh_group_params.c36 dh->dirty_cnt++; in dh_param_init()
79 dh->dirty_cnt++; in ossl_dh_cache_named_group()
H A Ddh_lib.c243 dh->dirty_cnt++; in DH_set0_pqg()
255 dh->dirty_cnt++; in DH_set_length()
278 dh->dirty_cnt++; in DH_set0_key()
H A Ddh_local.h40 size_t dirty_cnt; /* If any key material changes, increment this */ member
H A Ddh_ameth.c234 dh->dirty_cnt++; in dh_param_decode()
330 to->dirty_cnt++; in int_dh_param_copy()
449 return pkey->pkey.dh->dirty_cnt; in dh_pkey_dirty_cnt()
H A Ddh_key.c203 dh->dirty_cnt++; in dh_init()
375 dh->dirty_cnt++; in generate_key()
H A Ddh_asn1.c43 dh->dirty_cnt++; in dh_cb()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c75 dsa->dirty_cnt++; in dsa_pub_decode()
252 to->pkey.dsa->dirty_cnt++; in dsa_copy_parameters()
327 dsa->dirty_cnt++; in dsa_param_decode()
364 dsa->dirty_cnt++; in old_dsa_priv_decode()
425 return pkey->pkey.dsa->dirty_cnt; in dsa_pkey_dirty_cnt()
H A Ddsa_lib.c278 d->dirty_cnt++; in DSA_set0_pqg()
327 d->dirty_cnt++; in DSA_set0_key()
359 dsa->dirty_cnt++; in ossl_dsa_ffc_params_fromdata()
H A Ddsa_gen.c42 dsa->dirty_cnt++; in ossl_dsa_generate_ffc_parameters()
H A Ddsa_local.h38 size_t dirty_cnt; /* If any key material changes, increment this */ member
H A Ddsa_key.c211 dsa->dirty_cnt++; in dsa_keygen()
H A Ddsa_ossl.c464 dsa->dirty_cnt++; in dsa_init()
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_x931g.c140 rsa->dirty_cnt++; in RSA_X931_derive_ex()
193 rsa->dirty_cnt++; in RSA_X931_generate_key_ex()
H A Drsa_lib.c422 r->dirty_cnt++; in RSA_set0_key()
446 r->dirty_cnt++; in RSA_set0_factors()
476 r->dirty_cnt++; in RSA_set0_crt_params()
542 r->dirty_cnt++; in RSA_set0_multi_prime_params()
859 r->dirty_cnt++; in DEFINE_STACK_OF()
H A Drsa_sp800_56b_gen.c146 rsa->dirty_cnt++; in ossl_rsa_fips186_4_gen_prob_primes()
320 rsa->dirty_cnt++; in ossl_rsa_sp800_56b_derive_params_from_pq()
H A Drsa_local.h100 int dirty_cnt; member
H A Drsa_gen.c329 rsa->dirty_cnt++; in rsa_multiprime_keygen()
/freebsd/crypto/openssl/crypto/evp/
H A Dkeymgmt_lib.c129 if (pk->dirty_cnt == pk->dirty_cnt_copy) { in evp_keymgmt_util_export_to_provider()
196 if (pk->dirty_cnt != pk->dirty_cnt_copy) in evp_keymgmt_util_export_to_provider()
208 pk->dirty_cnt_copy = pk->dirty_cnt; in evp_keymgmt_util_export_to_provider()
H A Dp_lib.c1925 if (pk->ameth->dirty_cnt == NULL || pk->ameth->export_to == NULL) in evp_pkey_export_to_provider()
1962 if (pk->ameth->dirty_cnt(pk) == pk->dirty_cnt_copy) { in evp_pkey_export_to_provider()
2018 if (pk->ameth->dirty_cnt(pk) != pk->dirty_cnt_copy in evp_pkey_export_to_provider()
2049 pk->dirty_cnt_copy = pk->ameth->dirty_cnt(pk); in evp_pkey_export_to_provider()
2145 (*dest)->dirty_cnt_copy = (*dest)->ameth->dirty_cnt(*dest); in evp_pkey_copy_downgraded()
2428 pkey->dirty_cnt++; in EVP_PKEY_set_params()
/freebsd/crypto/openssl/include/crypto/
H A Dasn1.h78 size_t (*dirty_cnt)(const EVP_PKEY *pk); member
/freebsd/crypto/openssl/doc/internal/man7/
H A DEVP_PKEY.pod100 L<EVP_PKEY_ASN1_METHOD(3)> to implement the dirty_cnt() function. All
129 dirty_cnt().

12