Home
last modified time | relevance | path

Searched defs:key (Results 2776 - 2800 of 5235) sorted by relevance

1...<<111112113114115116117118119120>>...210

/third_party/openssl/crypto/evp/
H A Dmac_lib.c118 int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t keylen, in EVP_MAC_init() argument
242 EVP_Q_mac(OSSL_LIB_CTX *libctx, const char *name, const char *propq, const char *subalg, const OSSL_PARAM *params, const void *key, size_t keylen, const unsigned char *data, size_t datalen, unsigned char *out, size_t outsize, size_t *outlen) EVP_Q_mac() argument
/third_party/openssl/crypto/modes/
H A Dsiv128.c143 SIV128_CONTEXT *ossl_siv128_new(const unsigned char *key, int klen, in ossl_siv128_new() argument
163 int ossl_siv128_init(SIV128_CONTEXT *ctx, const unsigned char *key, int klen, in ossl_siv128_init() argument
/third_party/openssl/crypto/ocsp/
H A Docsp_cl.c80 OCSP_request_sign(OCSP_REQUEST *req, X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, STACK_OF(X509) *certs, unsigned long flags) OCSP_request_sign() argument
H A Docsp_srv.c215 OCSP_basic_sign(OCSP_BASICRESP *brsp, X509 *signer, EVP_PKEY *key, const EVP_MD *dgst, STACK_OF(X509) *certs, unsigned long flags) OCSP_basic_sign() argument
/third_party/openssl/crypto/ec/
H A Dec_pmeth.c168 static int pkey_ec_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) in pkey_ec_derive() argument
215 pkey_ec_kdf_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) pkey_ec_kdf_derive() argument
[all...]
H A Dec_kmeth.c58 const EC_KEY_METHOD *EC_KEY_get_method(const EC_KEY *key) in EC_KEY_get_method() argument
63 int EC_KEY_set_method(EC_KEY *key, const EC_KEY_METHOD *meth) in EC_KEY_set_method() argument
200 EC_KEY_METHOD_set_init(EC_KEY_METHOD *meth, int (*init)(EC_KEY *key), void (*finish)(EC_KEY *key), int (*copy)(EC_KEY *dest, const EC_KEY *src), int (*set_group)(EC_KEY *key, const EC_GROUP *grp), int (*set_private)(EC_KEY *key, const BIGNUM *priv_key), int (*set_public)(EC_KEY *key, const EC_POINT *pub_key)) EC_KEY_METHOD_set_init() argument
218 EC_KEY_METHOD_set_keygen(EC_KEY_METHOD *meth, int (*keygen)(EC_KEY *key)) EC_KEY_METHOD_set_keygen() argument
266 EC_KEY_METHOD_get_init(const EC_KEY_METHOD *meth, int (**pinit)(EC_KEY *key), void (**pfinish)(EC_KEY *key), int (**pcopy)(EC_KEY *dest, const EC_KEY *src), int (**pset_group)(EC_KEY *key, const EC_GROUP *grp), int (**pset_private)(EC_KEY *key, const BIGNUM *priv_key), int (**pset_public)(EC_KEY *key, const EC_POINT *pub_key)) EC_KEY_METHOD_get_init() argument
291 EC_KEY_METHOD_get_keygen(const EC_KEY_METHOD *meth, int (**pkeygen)(EC_KEY *key)) EC_KEY_METHOD_get_keygen() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
H A Dmru_cache.h94 iterator Put(const KeyType &key, Payload &&payload) in Put() argument
119 Get(const KeyType &key) Get() argument
133 Peek(const KeyType &key) Peek() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h460 void insert(Key key, Value value) in insert() argument
478 bool get(Key key, Value *value) const in get() argument
550 ANGLE_INLINE void insert(uint64_t key) in insert() argument
639 insert(uint64_t key, Value value) insert() argument
654 get(uint64_t key, Value *out) const get() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.cpp109 void BlobCache::put(const BlobCache::Key &key, angle::MemoryBuffer &&value) in put() argument
122 void BlobCache::putApplication(const BlobCache::Key &key, const angle::MemoryBuffer &value) in putApplication() argument
131 void BlobCache::populate(const BlobCache::Key &key, angle::MemoryBuffer &&value, CacheSource source) in populate() argument
141 get(angle::ScratchBuffer *scratchBuffer, const BlobCache::Key &key, BlobCache::Value *valueOut, size_t *bufferSizeOut) get() argument
222 remove(const BlobCache::Key &key) remove() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dshader_compiler.cc68 std::string key = shader->GetName(); in Compile() local
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A Dangle_deqp_gtest.cpp189 std::string GetTestStatLine(const std::string &key, const std::string &value) in GetTestStatLine() argument
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.cpp277 uint32_t key = 0; in addToKey() local
552 uint32_t key = fFlags; in addToKey() local
873 uint32_t key = 0; in addToKey() local
[all...]
H A DGrBicubicEffect.cpp224 uint32_t key = (static_cast<uint32_t>(fDirection) << 0) | (static_cast<uint32_t>(fClamp) << 2); in onAddToKey() local
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineStateBuilder.cpp153 sk_sp<SkData> key = SkData::MakeWithoutCopy(this->desc().asKey(), in storeShadersInCache() local
211 sk_sp<SkData> key = SkData::MakeWithoutCopy(desc.asKey(), desc.initialKeyLength()+4); in finalize() local
[all...]
/third_party/skia/samplecode/
H A DSampleFilterBounds.cpp112 SkRect key = SkRect::MakeXYWH(15.f, y + 30.f, 15.f, 100.f); in draw_scale_key() local
[all...]
/third_party/skia/src/gpu/
H A DGrSurfaceProxy.cpp452 const GrUniqueKey& key = texProxy->getUniqueKey(); in doLazyInstantiation() local
H A DGrThreadSafeCache.cpp122 bool GrThreadSafeCache::has(const GrUniqueKey& key) { in has() argument
130 GrSurfaceProxyView GrThreadSafeCache::find(const GrUniqueKey& key) { in find() argument
110 internalFind( const GrUniqueKey& key) internalFind() argument
138 findWithData( const GrUniqueKey& key) findWithData() argument
145 getEntry(const GrUniqueKey& key, const GrSurfaceProxyView& view) getEntry() argument
169 getEntry(const GrUniqueKey& key, sk_sp<VertexData> vertData) getEntry() argument
195 internalAdd( const GrUniqueKey& key, const GrSurfaceProxyView& view) internalAdd() argument
208 add(const GrUniqueKey& key, const GrSurfaceProxyView& view) add() argument
216 addWithData( const GrUniqueKey& key, const GrSurfaceProxyView& view) addWithData() argument
224 findOrAdd(const GrUniqueKey& key, const GrSurfaceProxyView& v) findOrAdd() argument
238 findOrAddWithData( const GrUniqueKey& key, const GrSurfaceProxyView& v) findOrAddWithData() argument
263 internalFindVerts( const GrUniqueKey& key) internalFindVerts() argument
274 findVertsWithData( const GrUniqueKey& key) findVertsWithData() argument
281 internalAddVerts( const GrUniqueKey& key, sk_sp<VertexData> vertData, IsNewerBetter isNewerBetter) internalAddVerts() argument
299 addVertsWithData( const GrUniqueKey& key, sk_sp<VertexData> vertData, IsNewerBetter isNewerBetter) addVertsWithData() argument
308 remove(const GrUniqueKey& key) remove() argument
[all...]
H A DGrThreadSafeCache.h219 const GrUniqueKey& key() const { in key() function
[all...]
H A DGrDefaultGeoProcFactory.cpp61 uint32_t key = fFlags; variable
/third_party/skia/src/gpu/text/
H A DGrTextBlob.h231 const Key& key() { return fKey; } in key() function in final
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp159 inline void Thread::freeLocalStorageKey(LocalStorageKey key) in freeLocalStorageKey() argument
168 allocateLocalStorage(LocalStorageKey key, size_t size) allocateLocalStorage() argument
188 getLocalStorage(LocalStorageKey key) getLocalStorage() argument
202 freeLocalStorage(LocalStorageKey key) freeLocalStorage() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp39 vk::Device::SamplingRoutineCache::Key key = { signature, samplerId, imageViewId }; in getImageSampler() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.hpp107 std::shared_ptr<rr::Routine> getOrCreate(const Key &key, Function &&createRoutine) in getOrCreate() argument
[all...]
/third_party/openssl/providers/implementations/macs/
H A Dhmac_prov.c52 unsigned char *key; member
151 hmac_setkey(struct hmac_data_st *macctx, const unsigned char *key, size_t keylen) hmac_setkey() argument
173 hmac_init(void *vmacctx, const unsigned char *key, size_t keylen, const OSSL_PARAM params[]) hmac_init() argument
286 set_flag(const OSSL_PARAM params[], const char *key, int mask, int *flags) set_flag() argument
[all...]
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_aes_wrp.c77 static int aes_wrap_init(void *vctx, const unsigned char *key, in aes_wrap_init() argument
128 static int aes_wrap_einit(void *ctx, const unsigned char *key, size_t keylen, in aes_wrap_einit() argument
135 static int aes_wrap_dinit(void *ctx, const unsigned char *key, size_t keylen, in aes_wrap_dinit() argument
[all...]

Completed in 17 milliseconds

1...<<111112113114115116117118119120>>...210