Searched refs:ossl_pw_set_passphrase (Results 1 – 4 of 4) sorted by relevance
90 int ossl_pw_set_passphrase(struct ossl_passphrase_data_st *data,
45 return ossl_pw_set_passphrase(&ctx->pwdata, kstr, klen); in OSSL_ENCODER_CTX_set_passphrase()
26 return ossl_pw_set_passphrase(&ctx->pwdata, kstr, klen); in OSSL_DECODER_CTX_set_passphrase()
33 int ossl_pw_set_passphrase(struct ossl_passphrase_data_st *data, in ossl_pw_set_passphrase() function