Home
last modified time | relevance | path

Searched refs:HcfCipherAesGeneratorSpiCreate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/inc/
H A Daes_openssl.h26 HcfResult HcfCipherAesGeneratorSpiCreate(CipherAttr *attr, HcfCipherGeneratorSpi **generator);
/ohos5.0/base/security/crypto_framework/test/unittest/src/aes_cipher/
H A Dcrypto_aes_cipher_test.cpp816 int ret = HcfCipherAesGeneratorSpiCreate(nullptr, nullptr);
828 ret = HcfCipherAesGeneratorSpiCreate(&params, &cipher);
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dcipher.c49 { HCF_ALG_AES, { HcfCipherAesGeneratorSpiCreate } },
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/
H A Dcipher_aes_openssl.c815 HcfResult HcfCipherAesGeneratorSpiCreate(CipherAttr *attr, HcfCipherGeneratorSpi **generator) in HcfCipherAesGeneratorSpiCreate() function