Searched refs:create_alg (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/cose/ |
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/ |
D | test_socket.py | 6219 def create_alg(self, typ, name): member in LinuxKernelCryptoAPI 6236 with self.create_alg('hash', 'sha256') as algo: 6252 with self.create_alg('hash', 'hmac(sha1)') as algo: 6268 with self.create_alg('skcipher', 'cbc(aes)') as algo: 6314 with self.create_alg('aead', 'gcm(aes)') as algo: 6368 with self.create_alg('rng', 'drbg_pr_sha256') as algo:
|