Home
last modified time | relevance | path

Searched defs:pubKeyA (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/keymaster/cppcose/
H A Dcppcose.cpp624 ErrMsgOr<bytevec> consructKdfContext(const bytevec& pubKeyA, const bytevec& privKeyA, in consructKdfContext()
647 ErrMsgOr<bytevec> ECDH_HKDF_DeriveKey(const bytevec& pubKeyA, const bytevec& privKeyA, in ECDH_HKDF_DeriveKey()
676 ErrMsgOr<bytevec> x25519_HKDF_DeriveKey(const bytevec& pubKeyA, const bytevec& privKeyA, in x25519_HKDF_DeriveKey()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMRemotelyProvisionedComponentDevice.java1261 byte[] pubKeyA, in ecdhHkdfDeriveKey()