Searched refs:create_alg (Results 1 - 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/cose/ |
H A D | cose_validate.c | 236 create_alg(struct lecp_ctx *ctx, struct lws_cose_validate_context *cps) in create_alg() function 566 if (create_alg(ctx, cps)) in cb_cose_sig() 708 if (create_alg(ctx, cps)) in cb_cose_sig() 859 if (create_alg(ctx, cps)) in cb_cose_sig() 933 if (create_alg(ctx, cps)) in cb_cose_sig()
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 6326 def create_alg(self, typ, name): member in LinuxKernelCryptoAPI 6343 with self.create_alg('hash', 'sha256') as algo: 6359 with self.create_alg('hash', 'hmac(sha1)') as algo: 6375 with self.create_alg('skcipher', 'cbc(aes)') as algo: 6421 with self.create_alg('aead', 'gcm(aes)') as algo: 6475 with self.create_alg('rng', 'drbg_pr_sha256') as algo:
|
Completed in 11 milliseconds