Home
last modified time | relevance | path

Searched refs:encrypt_aes (Results 1 – 5 of 5) sorted by relevance

/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/icsf_stdll/
H A Dpbkdf.c79 CK_RV encrypt_aes(CK_BYTE * inbuf, int inbuflen, CK_BYTE * dkey, in encrypt_aes() function
434 rc = encrypt_aes(racf, racflen, key, iv, output, &outputlen); in secure_racf()
503 rc = encrypt_aes(masterkey, len, dkey, salt, output, &outputlen); in secure_masterkey()
H A Dpbkdf.h31 CK_RV encrypt_aes(CK_BYTE * racfpwd, int racflen, CK_BYTE * dkey,
/dports/mail/gnubiff/gnubiff-2.2.13/src/
H A Ddecoding.h101 static std::string encrypt_aes (const std::string &passphrase,
H A Ddecoding.cc884 Decoding::encrypt_aes (const std::string &passphrase, const std::string &data) in encrypt_aes() function in Decoding
H A Dmailbox.cc349 std::string enc_aes = encrypt_aes (biff_->value_string ("passphrase"), in option_update()