Searched refs:EVP_PKEY_CTX_set_scrypt_p (Results 1 – 4 of 4) sorted by relevance
8 EVP_PKEY_CTX_set_scrypt_p,23 int EVP_PKEY_CTX_set_scrypt_p(EVP_PKEY_CTX *pctx, uint64_t p);38 EVP_PKEY_CTX_set_scrypt_p() configure the work factors N, r and p.
67 if (EVP_PKEY_CTX_set_scrypt_p(pctx, 16) <= 0) {68 error("EVP_PKEY_CTX_set_scrypt_p");100 L<EVP_PKEY_CTX_set_scrypt_p(3)>,
85 # define EVP_PKEY_CTX_set_scrypt_p(pctx, p) \ macro
1589 MLINKS+= EVP_PKEY_CTX_set_scrypt_N.3 EVP_PKEY_CTX_set_scrypt_p.3