Searched refs:engineGetName (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/spi/ |
H A D | x509_distinguished_name_spi.h | 30 …CfResult (*engineGetName)(HcfX509DistinguishedNameSpi *self, CfBlob *type, CfBlob *out, CfArray *o… member
|
/ohos5.0/base/security/certificate_framework/test/unittest/v1.0/src/ |
H A D | x509_distinguished_name_test.cpp | 458 CfResult ret = g_x509NameSpi->engineGetName(g_x509NameSpi, NULL, &blob, NULL); 465 ret = g_x509NameSpi->engineGetName(g_x509NameSpi, &inPara, NULL, &outArr); 472 ret = g_x509NameSpi->engineGetName(&invalidDistinguishedNameSpi, NULL, &blob, NULL); 475 ret = g_x509NameSpi->engineGetName(NULL, NULL, &blob, NULL);
|
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/ |
H A D | x509_distinguished_name.c | 108 return ((HcfX509DistinguishedNameImpl *)self)->spiObj->engineGetName( in GetName()
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_distinguished_name_openssl.c | 329 realName->base.engineGetName = GetNameOpenssl; in OpensslX509DistinguishedNameSpiCreate()
|