Home
last modified time | relevance | path

Searched refs:X509_PUBKEY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs138 pub(crate) enum X509_PUBKEY {} enum
141 pub(crate) fn X509_get_X509_PUBKEY(x509: *mut C_X509) -> *mut X509_PUBKEY; in X509_get_X509_PUBKEY() argument
143 pub(crate) fn X509_PUBKEY_free(x509: *mut X509_PUBKEY); in X509_PUBKEY_free() argument
145 pub(crate) fn i2d_X509_PUBKEY(pubkey: *const X509_PUBKEY, buf: *mut *const c_uchar) -> c_int; in i2d_X509_PUBKEY() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs33 STACK_X509, X509_NAME, X509_PUBKEY, X509_STORE, X509_STORE_CTX, X509_VERIFY_PARAM,
292 type CStruct = X509_PUBKEY;
/ohos5.0/base/security/code_signature/utils/src/
H A Dsigner_info.cpp210 X509_PUBKEY *xpkey = X509_get_X509_PUBKEY(cert); in GetSignAlgorithmID()